Fix PMD violations #327
This commit is contained in:
@ -13,5 +13,5 @@ import org.springframework.stereotype.Repository;
|
||||
public interface PersonRepository
|
||||
extends CrudRepository<Person, Long>, JpaSpecificationExecutor<Person> {
|
||||
|
||||
public Person findByName(String name);
|
||||
Person findByName(String name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user