JavaDecompiler.st
changeset 2108 ca8c4e7db2e8
parent 2095 6773680aeb85
child 2151 c0b6570c6f9b
--- a/JavaDecompiler.st	Fri Nov 22 21:09:21 2002 +0100
+++ b/JavaDecompiler.st	Fri Nov 22 21:14:07 2002 +0100
@@ -19,7 +19,7 @@
 		accessedStaticVars modifiedStaticVars sentMessages'
 	classVariableNames:'DecoderTable'
 	poolDictionaries:''
-	category:'Java-Support-Decompiling'
+	category:'Languages-Java-Support-Decompiling'
 !
 
 !JavaDecompiler class methodsFor:'documentation'!
@@ -1244,6 +1244,7 @@
 !JavaDecompiler class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaDecompiler.st,v 1.48 2000-12-18 16:43:45 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaDecompiler.st,v 1.49 2002-11-22 20:13:46 cg Exp $'
 ! !
+
 JavaDecompiler initialize!