Mark obsolete methods
authorStefan Vogel <sv@exept.de>
Thu, 26 Feb 2009 22:33:40 +0100
changeset 5215 2353f63cce28
parent 5214 b87c11b492f5
child 5216 f7ec910cfce1
Mark obsolete methods
WindowGroup.st
--- a/WindowGroup.st	Thu Feb 26 22:29:46 2009 +0100
+++ b/WindowGroup.st	Thu Feb 26 22:33:40 2009 +0100
@@ -604,6 +604,7 @@
 !
 
 sensor:aSensor
+    <resource: #obsolete>
     "set the windowGroups sensor"
 
 self obsoleteMethodWarning.
@@ -2706,7 +2707,7 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.293 2008-07-22 20:50:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.294 2009-02-26 21:33:40 stefan Exp $'
 ! !
 
 WindowGroup initialize!