Removed uneeded annotation
This commit is contained in:
parent
ef41afa38d
commit
16c26ad39f
|
@ -17,21 +17,18 @@ class ElementMappingAction implements SchemaAction {
|
|||
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public <P extends PropertyElement> void managePropertyClass(Class<P> e)
|
||||
throws Exception {
|
||||
ElementMapper.registerSubtypes(e);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public <E extends EntityElement> void manageEntityClass(Class<E> e)
|
||||
throws Exception {
|
||||
ElementMapper.registerSubtypes(e);
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
@Override
|
||||
public <R extends RelationElement<? extends EntityElement, ? extends EntityElement>> void manageRelationClass(
|
||||
Class<R> r) throws Exception {
|
||||
|
|
Loading…
Reference in New Issue