HRegistry.st
changeset 630 b785d23d7c5b
parent 615 e9d0e782206d
child 1286 4270a0b4917d
--- a/HRegistry.st	Thu Nov 23 18:07:57 1995 +0100
+++ b/HRegistry.st	Thu Nov 23 18:13:04 1995 +0100
@@ -41,10 +41,6 @@
     Use Registry for objects which know themself how to clean up;
     use HandleRegistry, if someone else does the cleanup.
 "
-!
-
-version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/HRegistry.st,v 1.5 1995-11-23 02:00:59 cg Exp $'
 ! !
 
 !HandleRegistry methodsFor:'dispose handling'!
@@ -67,3 +63,8 @@
     self shouldNotImplement
 ! !
 
+!HandleRegistry class methodsFor:'documentation'!
+
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/HRegistry.st,v 1.6 1995-11-23 17:10:40 cg Exp $'
+! !