Changed usage of deprecated #copyWithoutLast: to #copyButLast:
authorStefan Vogel <sv@exept.de>
Thu, 25 Apr 2013 15:11:44 +0200
changeset 2555 655f39b36a10
parent 2554 46bb4696954a
child 2556 31d0c6fa875f
Changed usage of deprecated #copyWithoutLast: to #copyButLast:
JavaMethod.st
--- a/JavaMethod.st	Thu Apr 25 15:11:13 2013 +0200
+++ b/JavaMethod.st	Thu Apr 25 15:11:44 2013 +0200
@@ -1118,7 +1118,7 @@
 !
 
 name
-    ^ (selector copyWithoutLast:descriptor size) asSymbol
+    ^ (selector copyButLast:descriptor size) asSymbol
 
     "Created: 16.4.1996 / 11:34:22 / cg"
 !
@@ -2613,11 +2613,11 @@
 !JavaMethod class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libjava/JavaMethod.st,v 1.113 2013-04-24 20:23:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaMethod.st,v 1.114 2013-04-25 13:11:44 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libjava/JavaMethod.st,v 1.113 2013-04-24 20:23:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libjava/JavaMethod.st,v 1.114 2013-04-25 13:11:44 stefan Exp $'
 !
 
 version_HG