#OTHER by cg cvs_MAIN
authorClaus Gittinger <cg@exept.de>
Wed, 16 Aug 2017 20:22:51 +0200
branchcvs_MAIN
changeset 3739 8a07223232ba
parent 3738 8cb7eab9c49f
child 3740 eb2b40dd162d
#OTHER by cg added: #version_CVS
JavaNativeMethodImpl_AppleJDK6.st
--- a/JavaNativeMethodImpl_AppleJDK6.st	Wed Aug 16 20:22:48 2017 +0200
+++ b/JavaNativeMethodImpl_AppleJDK6.st	Wed Aug 16 20:22:51 2017 +0200
@@ -20,6 +20,8 @@
 "
 "{ Package: 'stx:libjava' }"
 
+"{ NameSpace: Smalltalk }"
+
 JavaNativeMethodImpl_OpenJDK6 subclass:#JavaNativeMethodImpl_AppleJDK6
 	instanceVariableNames:''
 	classVariableNames:''
@@ -81,6 +83,10 @@
 
 !JavaNativeMethodImpl_AppleJDK6 class methodsFor:'documentation'!
 
+version_CVS
+    ^ '$Header$'
+!
+
 version_HG
 
     ^ '$Changeset: <not expanded> $'