JavaNativeMethod.st
changeset 713 75e92ac63bf1
parent 703 37d2ddc947ed
child 748 da0840b7798c
--- a/JavaNativeMethod.st	Sat Aug 31 12:06:43 2002 +0000
+++ b/JavaNativeMethod.st	Fri Nov 22 20:14:07 2002 +0000
@@ -4,7 +4,7 @@
 	instanceVariableNames:'nativeImplementation'
 	classVariableNames:''
 	poolDictionaries:''
-	category:'Java-Classes'
+	category:'Languages-Java-Classes'
 !
 
 
@@ -88,6 +88,7 @@
 !JavaNativeMethod class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaNativeMethod.st,v 1.7 2000/12/18 19:31:00 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaNativeMethod.st,v 1.8 2002/11/22 20:09:13 cg Exp $'
 ! !
+
 JavaNativeMethod initialize!