#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Mon, 14 May 2018 21:07:27 +0200
changeset 22925 9748ba089af4
parent 22924 f506768961d7
child 22926 663fa103b1e9
#BUGFIX by cg class: AbstractTime changed: #printStringIso8601Format not obsolete
AbstractTime.st
--- a/AbstractTime.st	Mon May 14 16:26:32 2018 +0200
+++ b/AbstractTime.st	Mon May 14 21:07:27 2018 +0200
@@ -1790,7 +1790,9 @@
 !
 
 printStringIso8601Format
-    <resource: #obsolete>
+    "would like to make it obsolete, but it is:"
+    <resource: #EXPECCO_API>
+    "<resource: #obsolete>"
 
     "return the Iso8601 representation of the receiver with local timezon information.
      This format looks like:
@@ -1799,7 +1801,7 @@
         1999-01-01
      Of course, a 24 hour clock is used."
 
-    self obsoleteMethodWarning:'use printStringIso8601'.
+    "/ self obsoleteMethodWarning:'use printStringIso8601'.
     ^ self printStringIso8601
 
     "