WeakDependencyDictionary.st
changeset 13746 c72bb6bcfb1a
parent 8031 38f7b57a3f77
child 14305 a5626a16240d
--- a/WeakDependencyDictionary.st	Thu Sep 29 13:19:04 2011 +0200
+++ b/WeakDependencyDictionary.st	Thu Sep 29 13:19:05 2011 +0200
@@ -9,8 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
-
 "{ Package: 'stx:libbasic' }"
 
 WeakIdentityDictionary subclass:#WeakDependencyDictionary
@@ -167,5 +165,5 @@
 !WeakDependencyDictionary class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/WeakDependencyDictionary.st,v 1.12 2004-03-01 23:08:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/WeakDependencyDictionary.st,v 1.13 2011-09-29 11:19:05 cg Exp $'
 ! !