Remove Eclipse Non-Javadoc comments.

Closes #409
This commit is contained in:
Jens Schauder
2022-01-05 15:39:23 +01:00
parent b2f392f4f9
commit 57afa3dbbe
29 changed files with 0 additions and 487 deletions

View File

@@ -296,10 +296,6 @@ class QuerydslKeyValuePredicateExecutorUnitTests extends AbstractRepositoryUnitT
String firstname;
}
/*
* (non-Javadoc)
* @see org.springframework.data.map.SimpleKeyValueRepositoryUnitTests#getRepository(org.springframework.data.keyvalue.repository.support.KeyValueRepositoryFactory)
*/
@Override
protected QPersonRepository getRepository(KeyValueRepositoryFactory factory) {
return factory.getRepository(QPersonRepository.class);