version_CVS
authorClaus Gittinger <cg@exept.de>
Thu, 29 Sep 2011 13:19:05 +0200
changeset 13746 c72bb6bcfb1a
parent 13745 85b8e275b9b1
child 13747 6c74a982626e
version_CVS
WeakDependencyDictionary.st
--- 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 $'
 ! !