Skip to content

Commit

Permalink
Update UuidResolverImpl.java
Browse files Browse the repository at this point in the history
  • Loading branch information
TomWerm authored and JanWittler committed Apr 3, 2023
1 parent aa3f4ed commit b62a81c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ private void applyUuidToIdMapping(Map<String, String> uuidToIdMapping, UuidResol
String id = entry.getValue();
EObject targetEObject = idResolver.getEObject(id);
checkState(targetEObject != null, "could not find object corresponding to %s in resource set %s", uuid,
resourceSet);
targetResourceSet);
if (sourceToTargetResourceMapping != null) {
EObject sourceEObject = eObjectToUuid.inverse().get(uuid);
checkState(targetEObject.eResource() == sourceToTargetResourceMapping.get(sourceEObject.eResource()),
Expand Down

0 comments on commit b62a81c

Please sign in to comment.