From 83e1234841bc7566809a939f012f0642bab9507f Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Tue, 22 Nov 2016 16:32:24 +0000 Subject: [PATCH] Changed comment git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@134559 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../resourceregistry/resources/impl/SchemaManagementImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/resources/impl/SchemaManagementImpl.java b/src/main/java/org/gcube/informationsystem/resourceregistry/resources/impl/SchemaManagementImpl.java index 4055d17..e5b4b8f 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/resources/impl/SchemaManagementImpl.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/resources/impl/SchemaManagementImpl.java @@ -175,7 +175,7 @@ public class SchemaManagementImpl implements SchemaManagement { ovt.setAbstract(typeDefinition.isAbstractType()); } catch (Exception e) { logger.error( - "Unable to set the Vertex Type {} as abstract. This is an OrientDB bug. The Type will be created as it is not abstarct.", + "Unable to set the Vertex Type {} as abstract. This is an OrientDB <= 2.2.12 bug. The Type will be created as it is not abstarct.", typeDefinition.getName()); }