TypedValueHolder.st
changeset 2786 c4cff3256a0b
parent 2785 381dfb4c8d44
--- a/TypedValueHolder.st	Fri Nov 06 18:55:40 2009 +0100
+++ b/TypedValueHolder.st	Fri Nov 06 20:24:27 2009 +0100
@@ -9,7 +9,7 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-"{ Package: 'stx:libview' }"
+"{ Package: 'stx:libview2' }"
 
 ValueHolder subclass:#TypedValueHolder
 	instanceVariableNames:'types'
@@ -90,5 +90,5 @@
 !TypedValueHolder class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/TypedValueHolder.st,v 1.1 2009-11-06 17:55:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/TypedValueHolder.st,v 1.2 2009-11-06 19:24:27 cg Exp $'
 ! !