ValueModel.st
changeset 2951 1c0bd26a6683
parent 1588 34e2502e4891
child 3004 ea33c918e116
--- a/ValueModel.st	Thu Sep 29 13:19:53 2011 +0200
+++ b/ValueModel.st	Thu Sep 29 13:19:54 2011 +0200
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libview2' }"
 
 Model subclass:#ValueModel
@@ -168,5 +167,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.31 2002-07-31 12:05:47 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.32 2011-09-29 11:19:54 cg Exp $'
 ! !