#REFACTORING by stefan expecco_18_1_0_6496 expecco_18_1_0_6496_v2
authorstefan
Fri, 27 Jul 2018 12:09:55 +0200
changeset 1323 19fa5a557e12
parent 1322 47ae723fc82b
child 1324 3396a3c2fc95
#REFACTORING by stefan class: stx_libcompat class changed: #extensionMethodNames
stx_libcompat.st
--- a/stx_libcompat.st	Sun Jul 01 11:45:40 2018 +0200
+++ b/stx_libcompat.st	Fri Jul 27 12:09:55 2018 +0200
@@ -450,9 +450,6 @@
         String removeSuffix:
         String replaceSuffix:with:
         String withInternetLineEndings
-        Time hour
-        Time minute
-        Time second
         ZipArchive contentsOf:
         ZipArchive testUTF8
         'ChangeSet class' uniqueNameLike:
@@ -472,6 +469,8 @@
         'Symbol class' allSymbols
         'Symbol class' tableSize
     )
+
+    "Modified: / 27-07-2018 / 12:09:40 / Stefan Vogel"
 ! !
 
 !stx_libcompat class methodsFor:'description - project information'!