Skip to content

Commit

Permalink
UserDaoImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
VladSlob authored Aug 7, 2024
1 parent 3d21d98 commit 6f324e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/core/basesyntax/dao/impl/UserDaoImpl.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;

import java.util.List;

public class UserDaoImpl extends AbstractDao implements UserDao {
Expand Down

0 comments on commit 6f324e6

Please sign in to comment.