JavaNativeMethodImpl_OracleJDK8.st
branchcvs_MAIN
changeset 3748 87f585e65af2
parent 3324 a58245c0e83a
equal deleted inserted replaced
3747:7225bbc1daab 3748:87f585e65af2
    17      of one of the above copright owners. For exact set of such code,
    17      of one of the above copright owners. For exact set of such code,
    18      see the differences between this version and version stx:libjava
    18      see the differences between this version and version stx:libjava
    19      as of 1.9.2010
    19      as of 1.9.2010
    20 "
    20 "
    21 "{ Package: 'stx:libjava' }"
    21 "{ Package: 'stx:libjava' }"
       
    22 
       
    23 "{ NameSpace: Smalltalk }"
    22 
    24 
    23 JavaNativeMethodImpl_OpenJDK8 subclass:#JavaNativeMethodImpl_OracleJDK8
    25 JavaNativeMethodImpl_OpenJDK8 subclass:#JavaNativeMethodImpl_OracleJDK8
    24 	instanceVariableNames:''
    26 	instanceVariableNames:''
    25 	classVariableNames:''
    27 	classVariableNames:''
    26 	poolDictionaries:''
    28 	poolDictionaries:''
    51      as of 1.9.2010
    53      as of 1.9.2010
    52 
    54 
    53 "
    55 "
    54 ! !
    56 ! !
    55 
    57 
       
    58 !JavaNativeMethodImpl_OracleJDK8 class methodsFor:'documentation'!
       
    59 
       
    60 version_CVS
       
    61     ^ '$Header$'
       
    62 ! !
       
    63