Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
foxstudent106239 committed Aug 21, 2024
1 parent da05bd0 commit 8e2b82f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/mate/academy/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@

public class Main {
public static void main(String[] args) {
MovieDao movieDao = new MovieDaoImpl();
MovieService movieService = new MovieServiceImpl(movieDao);
movieService.add(new Movie("aaaa", "bbbbb"));
System.out.println(movieService.get(1L));

}
}

0 comments on commit 8e2b82f

Please sign in to comment.