DATACMNS-406 - Polishing.
Refactored code in RepositoryMetadata implementations to avoid compiler warnings. Some JavaDoc polishing. Original pull request: #58.
This commit is contained in:
@@ -88,7 +88,6 @@ public class DefaultRepositoryMetadataUnitTests {
|
||||
public void looksUpIdClassCorrectly() throws Exception {
|
||||
|
||||
RepositoryMetadata metadata = new DefaultRepositoryMetadata(UserRepository.class);
|
||||
|
||||
assertEquals(Integer.class, metadata.getIdType());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user