JavaNativeMethodImpl_AppleJDK9.st
author Claus Gittinger <cg@exept.de>
Wed, 05 Sep 2018 18:37:31 +0200
branchcvs_MAIN
changeset 3852 c7bece640250
parent 3842 383d7bca97bb
permissions -rw-r--r--
#REFACTORING by cg class: JavaRelease changed: #bootClassPath class: JavaRelease::AppleJDK9 changed: #jreHome

"{ Package: 'stx:libjava' }"

"{ NameSpace: Smalltalk }"

JavaNativeMethodImpl_OpenJDK9 subclass:#JavaNativeMethodImpl_AppleJDK9
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Java-Support-Java 9'
!


!JavaNativeMethodImpl_AppleJDK9 class methodsFor:'documentation'!

version_CVS
    ^ '$Header$'
! !