JavaDecompiler.st
changeset 40 7f332a95e015
parent 39 20fa5af3b873
child 41 eb7974d88088
--- a/JavaDecompiler.st	Thu May 02 21:57:37 1996 +0000
+++ b/JavaDecompiler.st	Thu May 02 23:11:11 1996 +0000
@@ -329,7 +329,8 @@
     who notNil ifTrue:[
         classToCompileFor := who first.
         aStream cr.
-        aStream showCr:'decompiling ' , classToCompileFor name , '>>' , (who at:2) , ':'.
+"/        aStream showCr:'decompiling ' , classToCompileFor name , '>>' , (who at:2) , ':'.
+        aStream showCr:'decompiling ' , aJavaMethod displayString , ':'.
         aStream cr.
     ].
 
@@ -612,6 +613,6 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.10 1996/05/02 21:57:29 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.11 1996/05/02 23:10:59 cg Exp $'
 ! !
 JavaDecompiler initialize!