Skip to content

Commit c27a4c1

Browse files
author
anshul.bansal
committed
removed already available method
1 parent cd0d79d commit c27a4c1

File tree

1 file changed

+0
-1
lines changed
  • persistence-modules/spring-data-geode/src/main/java/com/baeldung/springdatageode/repo

1 file changed

+0
-1
lines changed

persistence-modules/spring-data-geode/src/main/java/com/baeldung/springdatageode/repo/AuthorRepository.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@
88

99
public interface AuthorRepository extends CrudRepository<Author, Long> {
1010

11-
Optional<Author> findById(Long id);
1211
}

0 commit comments

Comments
 (0)