RecursionLock.st
changeset 7590 e318df34c74e
parent 7428 84f4d9f08f04
child 8568 624bfd00371f
--- a/RecursionLock.st	Fri Aug 29 21:21:35 2003 +0200
+++ b/RecursionLock.st	Fri Aug 29 21:23:45 2003 +0200
@@ -104,7 +104,6 @@
 
 ! !
 
-
 !RecursionLock methodsFor:'printing & storing'!
 
 displayString
@@ -221,5 +220,5 @@
 !RecursionLock class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.30 2003-06-18 14:53:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/RecursionLock.st,v 1.31 2003-08-29 19:23:38 cg Exp $'
 ! !