#OTHER by mawalch cvs_MAIN
authormawalch
Mon, 18 Jul 2016 15:37:28 +0200
branchcvs_MAIN
changeset 3597 8397ee87e370
parent 3596 18ea62e65f3c
child 3606 ee9b5a43e1d3
#OTHER by mawalch class: GroovyEvaluator comment/format in: #syntaxError:cause: typo
GroovyEvaluator.st
--- a/GroovyEvaluator.st	Mon Jul 11 14:58:13 2016 +0200
+++ b/GroovyEvaluator.st	Mon Jul 18 15:37:28 2016 +0200
@@ -20,6 +20,8 @@
 "
 "{ Package: 'stx:libjava' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#GroovyEvaluator
 	instanceVariableNames:'requestor source'
 	classVariableNames:'WorkspaceShell'
@@ -293,7 +295,7 @@
     | sourceStream startCol endCol |
 
     (Smalltalk isInitialized not and:[Smalltalk isStandAloneDebug]) ifTrue:[
-        "/ error during startup, but sometimes we expect an error and want to supress it
+        "/ error during startup, but sometimes we expect an error and want to suppress it
         (Smalltalk at:#Parser) parseWarningSignal query ~~ #ignore ifTrue:[
             thisContext fullPrintAll.
         ].
@@ -324,10 +326,10 @@
 !GroovyEvaluator class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/GroovyEvaluator.st,v 1.7 2015-03-20 12:07:59 vrany Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ 'Id'
+    ^ '$Id$'
 ! !