Changed comment

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@134559 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-11-22 16:32:24 +00:00
parent 7c4816ae59
commit 83e1234841
1 changed files with 1 additions and 1 deletions

View File

@ -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());
}