src/JavaAnnotationPrimitiveValue.st
branchjk_new_structure
changeset 879 8bb82d1ea058
parent 877 f5a5b93e1c78
child 1152 040cba55a7d2
--- a/src/JavaAnnotationPrimitiveValue.st	Tue Jul 26 17:32:51 2011 +0000
+++ b/src/JavaAnnotationPrimitiveValue.st	Wed Jul 27 09:13:15 2011 +0000
@@ -111,9 +111,10 @@
 
 valueIndex:something
     valueIndex := something.
-    value := self constantPool at: something.
+    "/value := self constantPool at: something.
 
     "Modified: / 17-12-2010 / 19:10:46 / Marcel Hlopko <hlopik@gmail.com>"
+    "Modified: / 27-07-2011 / 09:35:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !JavaAnnotationPrimitiveValue class methodsFor:'documentation'!