This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit d68ad93d authored by Eduard Frankford's avatar Eduard Frankford
Browse files

supress pmd

parent 4c6e3150
3 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests
...@@ -14,6 +14,7 @@ import org.springframework.stereotype.Repository; ...@@ -14,6 +14,7 @@ import org.springframework.stereotype.Repository;
/** /**
* Spring Data JPA repository for the {@link User} entity. * Spring Data JPA repository for the {@link User} entity.
*/ */
@SuppressWarnings("PMD")
@Repository @Repository
public interface UserRepository extends JpaRepository<User, Long> { public interface UserRepository extends JpaRepository<User, Long> {
String USERS_BY_LOGIN_CACHE = "usersByLogin"; String USERS_BY_LOGIN_CACHE = "usersByLogin";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment