examples/HelloWorldExampleS.st
author Claus Gittinger <cg@exept.de>
Wed, 05 Sep 2018 18:37:31 +0200
branchcvs_MAIN
changeset 3852 c7bece640250
parent 3412 df11bb428463
child 3508 622620308fee
permissions -rw-r--r--
#REFACTORING by cg class: JavaRelease changed: #bootClassPath class: JavaRelease::AppleJDK9 changed: #jreHome

"{ Package: 'stx:libjava/examples' }"

Object subclass:#HelloWorldExampleS
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Languages-Java-Utilities'
!


!HelloWorldExampleS class methodsFor:'documentation'!

version_CVS
    ^ '$Header: /cvs/stx/stx/libjava/examples/HelloWorldExampleS.st,v 1.5 2015-03-20 12:08:02 vrany Exp $'
!

version_HG

    ^ '$Changeset: <not expanded> $'
!

version_SVN
    ^ '$Id: HelloWorldExampleS.st,v 1.5 2015-03-20 12:08:02 vrany Exp $'
! !