Skip to content

Commit

Permalink
final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaramsingana committed May 26, 2021
1 parent 509113b commit 87d812a
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,5 @@

public interface EmployeeRepository extends MongoRepository<Employee, String>{

// Employee findOne(Query q, Class<Employee> class1);

// void findOne(Query query, Class<Employee> class1);

// public List<Employee> findAll();



}

0 comments on commit 87d812a

Please sign in to comment.