Skip to content

Commit

Permalink
Added toString
Browse files Browse the repository at this point in the history
  • Loading branch information
rubendel committed Jan 24, 2017
1 parent aff78aa commit 83ec507
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Shared/src/org/bimserver/shared/ByteBufferVirtualObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,10 @@ public boolean has(String string) {
@Override
public boolean useFeatureForSerialization(EStructuralFeature feature, int index) {
throw new UnsupportedOperationException();
}

@Override
public String toString() {
return "ByteBufferVirtualObject/" + eClass.getName();
}
}

0 comments on commit 83ec507

Please sign in to comment.