GroovySourceFileWriter.st
changeset 2396 fadc6d7a2f5b
parent 2353 fa7400d022a0
child 2429 ebece4dcaab9
child 2678 c865275e48a7
--- a/GroovySourceFileWriter.st	Thu Feb 21 15:32:15 2013 +0100
+++ b/GroovySourceFileWriter.st	Mon Feb 25 12:15:35 2013 +0100
@@ -53,6 +53,7 @@
 "
 ! !
 
+
 !GroovySourceFileWriter methodsFor:'source writing'!
 
 fileOut:class on:stream withTimeStamp:stampIt withInitialize:initIt withDefinition:withDefinition methodFilter:methodFilter encoder:encoderOrNil
@@ -74,6 +75,7 @@
     ^ self shouldImplement
 ! !
 
+
 !GroovySourceFileWriter methodsFor:'source writing - comments'!
 
 fileOutCommentEndOn:aStream
@@ -96,10 +98,11 @@
     "Modified: / 18-02-2012 / 18:35:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
+
 !GroovySourceFileWriter class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/GroovySourceFileWriter.st,v 1.1 2013-02-16 18:08:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/GroovySourceFileWriter.st,v 1.2 2013-02-25 11:15:31 vrany Exp $'
 !
 
 version_HG