method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:30:01 +0200
changeset 1201 08004b394663
parent 1200 fefe87f822bc
child 1202 c52279df60d8
method category rename
Random.st
--- a/Random.st	Wed May 07 16:15:23 2003 +0200
+++ b/Random.st	Wed May 07 16:30:01 2003 +0200
@@ -296,7 +296,7 @@
     "Modified: 16.4.1997 / 16:48:26 / cg"
 ! !
 
-!Random methodsFor:'Compatibility - Squeak'!
+!Random methodsFor:'Compatibility-Squeak'!
 
 nextIntFrom:lowerBound to:upperBound
     "return a random integer in the given range"
@@ -547,5 +547,5 @@
 !Random class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.33 2003-04-10 14:45:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic2/Random.st,v 1.34 2003-05-07 14:30:01 cg Exp $'
 ! !