Skip to content

Remove code smell#3

Merged
hemantjava merged 1 commit intomasterfrom
hemant
Jul 30, 2021
Merged

Remove code smell#3
hemantjava merged 1 commit intomasterfrom
hemant

Conversation

@hemantjava
Copy link
Copy Markdown
Owner

No description provided.

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.10</version>
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why this version needed.

@GetMapping("/list")
public ResponseEntity<List<Book>> getBookList() {
ResponseEntity responseEntity = new ResponseEntity<>(bookList, HttpStatus.OK);
ResponseEntity<List<Book>> responseEntity = new ResponseEntity<>(bookList, HttpStatus.OK);
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this <>

@hemantjava hemantjava merged commit d4f4cdf into master Jul 30, 2021
@hemantjava
Copy link
Copy Markdown
Owner Author

NA

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant