Behavior.st
branchjv
changeset 18907 77e711d30041
parent 18754 9bfce586253a
parent 18906 476feaff9d04
child 18919 dbe023989a90
--- a/Behavior.st	Sat Nov 14 06:43:31 2015 +0100
+++ b/Behavior.st	Wed Nov 18 06:57:38 2015 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1988 by Claus Gittinger
 	      All Rights Reserved
@@ -25,7 +23,7 @@
 !Behavior class methodsFor:'documentation'!
 
 VS
-    ^ '§Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.315 2011/11/29 10:20:21 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/Behavior.st,v 1.315 2011/11/29 10:20:21 cg Exp §'
 !
 
 copyright
@@ -3101,9 +3099,10 @@
      Behavior>>readFrom: and Behavior>>readFrom:onError:"
 
     ^ self
-	readFromString:aString
-	onError:[ self conversionErrorSignal
-		    raiseErrorString:'expected: ' , self name ]
+        readFromString:aString
+        onError:[ 
+            self conversionErrorSignal raiseErrorString:'expected: ' , self name 
+        ]
 
     "
      Integer readFromString:'12345678901234567890'