Changed comment
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@134558 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
8d622edf8c
commit
7c4816ae59
|
@ -270,7 +270,7 @@ public class SchemaManagementImpl implements SchemaManagement {
|
|||
oet.setAbstract(typeDefinition.isAbstractType());
|
||||
} catch (Exception e) {
|
||||
logger.error(
|
||||
"Unable to set the Edge Type {} as abstract. This is an OrientDB bug. The Type will be created as it is not abstarct.",
|
||||
"Unable to set the Edge Type {} as abstract. This is an OrientDB <= 2.2.12 bug. The Type will be created as it is not abstarct.",
|
||||
typeDefinition.getName());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue