JavaDecompiler.st
changeset 264 44aedfcd08d1
parent 261 d95d5a3cc475
child 360 e3df9401df00
--- a/JavaDecompiler.st	Sat Jan 17 14:38:28 1998 +0000
+++ b/JavaDecompiler.st	Sat Jan 17 14:44:47 1998 +0000
@@ -1,5 +1,3 @@
-'From Smalltalk/X, Version:3.3.1 on 14-jan-1998 at 12:00:35 am'                 !
-
 Object subclass:#JavaDecompiler
 	instanceVariableNames:'code pc javaMethod outStream classToCompileFor'
 	classVariableNames:'DecoderTable'
@@ -957,6 +955,6 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.32 1998/01/16 16:11:15 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaDecompiler.st,v 1.33 1998/01/17 14:44:32 cg Exp $'
 ! !
 JavaDecompiler initialize!