@@ -523,7 +522,7 @@ public abstract class DeleteHandlerV1 {
...
@@ -523,7 +522,7 @@ public abstract class DeleteHandlerV1 {
default:
default:
thrownewIllegalStateException("There can't be an edge from "+GraphHelper.getVertexDetails(outVertex)+" to "
thrownewIllegalStateException("There can't be an edge from "+GraphHelper.getVertexDetails(outVertex)+" to "
+GraphHelper.getVertexDetails(inVertex)+" with attribute name "+attributeName+" which is not class/array/map attribute. found "+attrType.getTypeCategory().name());
+GraphHelper.getVertexDetails(inVertex)+" with attribute name "+attribute.getName()+" which is not class/array/map attribute. found "+attrType.getTypeCategory().name());
}
}
if(edge!=null){
if(edge!=null){
...
@@ -544,9 +543,9 @@ public abstract class DeleteHandlerV1 {
...
@@ -544,9 +543,9 @@ public abstract class DeleteHandlerV1 {