src/JavaRef2.st
branchjk_new_structure
changeset 915 cf0d328465c2
parent 877 f5a5b93e1c78
child 1000 cfa982260238
--- a/src/JavaRef2.st	Sun Aug 14 19:36:39 2011 +0000
+++ b/src/JavaRef2.st	Mon Aug 15 08:13:33 2011 +0000
@@ -210,6 +210,15 @@
     "Created: / 10-05-2011 / 15:01:08 / Marcel Hlopko <hlopkmar@fel.cvut.cz>"
 ! !
 
+!JavaRef2 methodsFor:'printing'!
+
+displayString
+
+    ^self subclassResponsibility
+
+    "Created: / 14-08-2011 / 21:18:41 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !JavaRef2 methodsFor:'private - resolving'!
 
 findResolvedStaticValue