Skip to content

Commit

Permalink
BIM-Viewer / Modelle aufbereiten http://bitnami/issues/7519
Browse files Browse the repository at this point in the history
  • Loading branch information
WeltWeitBau committed Sep 8, 2023
1 parent 7e19f02 commit ba9d537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ public void setReference(EReference eReference, WrappedVirtualObject wrappedVirt
EClass definedType = (EClass)eReference.getEType();
EClass referencedEClass = wrappedVirtualObject.eClass();
if (!definedType.isSuperTypeOf(referencedEClass)) {
throw new CannotStoreReferenceInFieldException(DeserializerErrorCode.REFERENCED_OBJECT_CANNOT_BE_STORED_IN_THIS_FIELD, "Cannot store a " + referencedEClass.getName() + " in " + eClass().getName() + "." + eReference.getName() + " of type " + definedType.getName());
return;
}
map.put(eReference, wrappedVirtualObject);
}
Expand Down

0 comments on commit ba9d537

Please sign in to comment.