examples/HelloWorldExampleS.st
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 09 Sep 2013 13:25:14 +0100
branchdevelopment
changeset 2720 d55ab9c66bb3
parent 2429 ebece4dcaab9
child 2711 a00302fe5083
permissions -rw-r--r--
Bugfix in JavaMethod>>source - wait until the source file is scanned for source positions... ...and `source` instvar is filled properly.

"{ 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.2 2013-02-25 11:15:32 vrany Exp $'
!

version_HG

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

version_SVN
    ^ '$Id: HelloWorldExampleS.st,v 1.2 2013-02-25 11:15:32 vrany Exp $'
! !