JavaNativeMethodImpl_AppleJDK8.st
branchcvs_MAIN
changeset 3843 a4f7ed2a6409
equal deleted inserted replaced
3842:383d7bca97bb 3843:a4f7ed2a6409
       
     1 "
       
     2  COPYRIGHT (c) 2018 by Claus Gittinger
       
     3 
       
     4  This software is furnished under a license and may be used
       
     5  only in accordance with the terms of that license and with the
       
     6  inclusion of the above copyright notice.   This software may not
       
     7  be provided or otherwise made available to, or used by, any
       
     8  other person.  No title to or ownership of the software is
       
     9  hereby transferred.
       
    10 "
       
    11 "{ Package: 'stx:libjava' }"
       
    12 
       
    13 "{ NameSpace: Smalltalk }"
       
    14 
       
    15 JavaNativeMethodImpl_OpenJDK8 subclass:#JavaNativeMethodImpl_AppleJDK8
       
    16 	instanceVariableNames:''
       
    17 	classVariableNames:''
       
    18 	poolDictionaries:''
       
    19 	category:'Languages-Java-Support-Java 8'
       
    20 !
       
    21 
       
    22 !JavaNativeMethodImpl_AppleJDK8 class methodsFor:'documentation'!
       
    23 
       
    24 copyright
       
    25 "
       
    26  COPYRIGHT (c) 2018 by Claus Gittinger
       
    27 
       
    28  This software is furnished under a license and may be used
       
    29  only in accordance with the terms of that license and with the
       
    30  inclusion of the above copyright notice.   This software may not
       
    31  be provided or otherwise made available to, or used by, any
       
    32  other person.  No title to or ownership of the software is
       
    33  hereby transferred.
       
    34 "
       
    35 ! !
       
    36 
       
    37 !JavaNativeMethodImpl_AppleJDK8 class methodsFor:'documentation'!
       
    38 
       
    39 version_CVS
       
    40     ^ '$Header$'
       
    41 ! !
       
    42