src/JavaDescriptor.st
branchjk_new_structure
changeset 1068 508b924b7499
parent 1063 380dfb73097a
child 1152 040cba55a7d2
--- a/src/JavaDescriptor.st	Mon Oct 31 22:38:40 2011 +0000
+++ b/src/JavaDescriptor.st	Tue Nov 01 08:18:46 2011 +0000
@@ -315,7 +315,7 @@
 
         c := stream next.
         c isNil ifTrue:[exceptionBlock value. ^nil].
-        out nextPut: stream next
+        out nextPut: c.
     ].
     clsName := out contents.
     stream peek == $< ifTrue:[