Point.st
changeset 7261 f35fc9cee675
parent 6624 886265eff14c
child 7360 719b7bdf6b55
--- a/Point.st	Wed May 07 16:15:41 2003 +0200
+++ b/Point.st	Wed May 07 16:32:07 2003 +0200
@@ -222,7 +222,7 @@
     "Modified: 23.4.1996 / 16:00:18 / cg"
 ! !
 
-!Point methodsFor:'Compatibility - Squeak'!
+!Point methodsFor:'Compatibility-Squeak'!
 
 adhereTo: aRectangle
     "If the receiver lies outside aRectangle, return the nearest point on the boundary of the rectangle, otherwise return self."
@@ -1132,6 +1132,7 @@
 !Point class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.57 2002-07-15 09:24:54 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Point.st,v 1.58 2003-05-07 14:31:09 cg Exp $'
 ! !
+
 Point initialize!