Fixed the implementation due to interface changes
This commit is contained in:
parent
9eda896937
commit
e6d16dd583
|
@ -6,7 +6,7 @@ import java.lang.reflect.TypeVariable;
|
|||
import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import org.gcube.informationsystem.base.impl.ISManageableImpl;
|
||||
import org.gcube.informationsystem.base.impl.ERImpl;
|
||||
import org.gcube.informationsystem.base.reference.ISManageable;
|
||||
import org.gcube.informationsystem.base.reference.entities.BaseEntity;
|
||||
import org.gcube.informationsystem.base.reference.properties.BaseProperty;
|
||||
|
@ -29,7 +29,7 @@ import com.fasterxml.jackson.annotation.JsonTypeName;
|
|||
|
||||
// @JsonAutoDetect(fieldVisibility=JsonAutoDetect.Visibility.ANY)
|
||||
@JsonTypeName(value=TypeDefinition.NAME)
|
||||
public class TypeDefinitionImpl extends ISManageableImpl implements TypeDefinition {
|
||||
public class TypeDefinitionImpl extends ERImpl implements TypeDefinition {
|
||||
|
||||
/**
|
||||
* Generated Serial Version UID
|
||||
|
|
Loading…
Reference in New Issue