HandleRegistry.st
changeset 1286 4270a0b4917d
parent 630 b785d23d7c5b
child 1961 7fb6e9d2abea
--- a/HandleRegistry.st	Thu Apr 25 13:16:22 1996 +0200
+++ b/HandleRegistry.st	Thu Apr 25 18:02:18 1996 +0200
@@ -11,10 +11,10 @@
 "
 
 Registry subclass:#HandleRegistry
-	 instanceVariableNames:''
-	 classVariableNames:''
-	 poolDictionaries:''
-	 category:'System-Support'
+	instanceVariableNames:''
+	classVariableNames:''
+	poolDictionaries:''
+	category:'System-Support'
 !
 
 !HandleRegistry class methodsFor:'documentation'!
@@ -40,6 +40,9 @@
     handle as argument, instead of creating a shallow copy and letting it do the finalization.
     Use Registry for objects which know themself how to clean up;
     use HandleRegistry, if someone else does the cleanup.
+
+    [author:]
+        Claus Gittinger
 "
 ! !
 
@@ -66,5 +69,5 @@
 !HandleRegistry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/HandleRegistry.st,v 1.6 1995-11-23 17:10:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/HandleRegistry.st,v 1.7 1996-04-25 15:59:33 cg Exp $'
 ! !