Mark obsolete methods
authorStefan Vogel <sv@exept.de>
Thu, 26 Feb 2009 22:31:35 +0100
changeset 3847 bb36b6a3fc7c
parent 3846 158fdc10bba9
child 3848 93776dd41280
Mark obsolete methods
MultiSelectionInList.st
--- a/MultiSelectionInList.st	Thu Feb 26 22:23:32 2009 +0100
+++ b/MultiSelectionInList.st	Thu Feb 26 22:31:35 2009 +0100
@@ -9,7 +9,6 @@
  other person.  No title to or ownership of the software is
  hereby transferred.
 "
-
 "{ Package: 'stx:libwidg' }"
 
 SelectionInList subclass:#MultiSelectionInList
@@ -170,6 +169,7 @@
 !
 
 selections
+    <resource: #obsolete>
     "obsolete - almost the same as selection"
 
     |selectionIndices|
@@ -198,5 +198,5 @@
 !MultiSelectionInList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/MultiSelectionInList.st,v 1.17 2003-04-02 16:27:31 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/MultiSelectionInList.st,v 1.18 2009-02-26 21:31:35 stefan Exp $'
 ! !