Context.st
changeset 16544 f0ea8f50fea5
parent 16489 7d7c4d8c47fe
child 16568 86bff9217ffb
--- a/Context.st	Fri Jun 06 12:14:25 2014 +0200
+++ b/Context.st	Fri Jun 06 15:03:27 2014 +0200
@@ -281,9 +281,9 @@
 !Context methodsFor:'accessing'!
 
 arg1Index
-    ^1
-
-    "Created: / 31-01-2013 / 13:29:06 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "return the index of the 1st arg (redefined in JavaContext)"
+
+    ^ 1
 !
 
 argAt:n
@@ -2609,11 +2609,11 @@
 !Context class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.203 2014-05-23 19:14:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.204 2014-06-06 13:03:27 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.203 2014-05-23 19:14:03 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Context.st,v 1.204 2014-06-06 13:03:27 cg Exp $'
 !
 
 version_HG