MethodFinder.st
branchjv
changeset 3952 18fa867c466b
parent 3873 4a2fc9ea070e
parent 3951 bab7dcb06041
child 4028 a9778347c48e
--- a/MethodFinder.st	Thu Jan 28 06:50:22 2016 +0100
+++ b/MethodFinder.st	Tue Feb 02 07:03:50 2016 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -942,7 +944,7 @@
     "copying" 
         #'copyReplaceTokens:with:' #'padded:to:with:'
     "converting" 
-        asByteArray asDate asDisplayText asFileName asHtml asLegalSelector asPacked asParagraph asText asTime asUnHtml asUrl asUrlRelativeTo: 
+        asByteArray asDate asDisplayText asFilename asHtml asLegalSelector asPacked asParagraph asText asTime asUnHtml asUrl asUrlRelativeTo: 
         #capitalized compressWithTable: contractTo: correctAgainst: 
         encodeForHTTP initialIntegerOrNil keywords quoted sansPeriodSuffix 
         splitInteger stemAndNumericSuffix substrings surroundedBySingleQuotes 
@@ -1669,10 +1671,10 @@
 !MethodFinder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.45 2015-05-11 13:18:28 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/MethodFinder.st,v 1.45 2015-05-11 13:18:28 cg Exp $'
+    ^ '$Header$'
 ! !