removed already available method
This commit is contained in:
@@ -8,5 +8,4 @@ import org.springframework.data.repository.CrudRepository;
|
||||
|
||||
public interface AuthorRepository extends CrudRepository<Author, Long> {
|
||||
|
||||
Optional<Author> findById(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user