correct Book field access type
This commit is contained in:
parent
00f277797e
commit
448edad14c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import ru.redrise.marinesco.library.Book;
|
|||
@Controller
|
||||
@RequestMapping("/book")
|
||||
public class BookController {
|
||||
BookRepository bookRepository;
|
||||
private BookRepository bookRepository;
|
||||
|
||||
public BookController(BookRepository bookRepository){
|
||||
this.bookRepository = bookRepository;
|
||||
|
|
Loading…
Reference in a new issue