Skip to content

Commit

Permalink
'database is done'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarynaBodina committed May 27, 2024
1 parent db83d97 commit d7a5051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mate/academy/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static void main(String[] args) {
}

Optional<Book> findById = bookDao.findById(1L);
System.out.println("Book found by id: " + findById);
System.out.println("Book found id: " + findById);

bookDao.deleteById(3L);

Expand Down

0 comments on commit d7a5051

Please sign in to comment.