# HG changeset patch # User Claus Gittinger # Date 1502907771 -7200 # Node ID 8a07223232ba3701d1a579bac70a3d2f9d672258 # Parent 8cb7eab9c49f087836798d38f42520076368e4fb #OTHER by cg added: #version_CVS diff -r 8cb7eab9c49f -r 8a07223232ba 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: $'