LookupKey.st
branchjv
changeset 17845 7e0cfaac936d
parent 17761 b0e5971141bc
child 17846 24edc476ac18
--- a/LookupKey.st	Thu Jun 23 16:55:10 2011 +0100
+++ b/LookupKey.st	Thu Jul 07 23:08:07 2011 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-"{ Package: 'stx:libbasic' }"
 
 Magnitude subclass:#LookupKey
 	instanceVariableNames:'key'
@@ -122,9 +121,5 @@
 !LookupKey class methodsFor:'documentation'!
 
 version
-    ^ '$Id: LookupKey.st 10517 2010-04-26 18:26:38Z vranyj1 $'
-!
-
-version_SVN
-    ^ '$Id: LookupKey.st 10517 2010-04-26 18:26:38Z vranyj1 $'
-! !
+    ^ '$Id: LookupKey.st 10656 2011-07-07 22:08:07Z vranyj1 $'
+! !
\ No newline at end of file