Skip to content

Commit 382f8a2

Browse files
Update com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/DirectLinkingEObjectInputStream.java
Co-authored-by: rubenporras <[email protected]>
1 parent bbf205e commit 382f8a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

com.avaloq.tools.ddk.xtext/src/com/avaloq/tools/ddk/xtext/resource/persistence/DirectLinkingEObjectInputStream.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public EObject readEObject(final Resource context) throws IOException {
6767
eObject = (EObject) eObject.eGet(feature, false);
6868
}
6969
} else {
70-
LOGGER.error(String.format("Failed to get EStructuralFeature for Eclass : %s, at readCompressedInt : %d", eObject.eClass().toString(), next));
70+
LOGGER.error(String.format("Failed to get EStructuralFeature for Eclass : %s, at readCompressedInt : %d", eObject.eClass(), next));
71+
7172
}
7273
}
7374
return eObject;

0 commit comments

Comments
 (0)