DATACMNS-825 - Polishing.

Tweaked annotation cache usage in BasicPersistentEntity.findAnnotation(…).

Original pull request: #156.
This commit is contained in:
Oliver Gierke
2016-03-08 13:20:08 +01:00
parent a40e247c25
commit f0f9d5bc20
2 changed files with 5 additions and 8 deletions

View File

@@ -274,9 +274,7 @@ public class BasicPersistentEntityUnitTests<T extends PersistentProperty<T>> {
}
@ComposedTypeAlias
static class AliasEntityUsingComposedAnnotation {
}
static class AliasEntityUsingComposedAnnotation {}
static class Subtype extends Entity {}
}