checkin from browser
authorClaus Gittinger <cg@exept.de>
Fri, 28 Sep 2001 17:54:48 +0200
changeset 3238 24602460b3af
parent 3237 711fa349be33
child 3239 af1b047b11cb
checkin from browser
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Fri Sep 28 17:47:20 2001 +0200
+++ b/AbstractLauncherApplication.st	Fri Sep 28 17:54:48 2001 +0200
@@ -5695,7 +5695,7 @@
 
     "/ another comment ...
     self at:methodArg.        "/ a message
-    self bar:methodVar.       "/ a bad message
+    self fooBarBaz:methodVar. "/ a bad message
     methodVar := Array new:1.
     unknonVar := 1.           "/ a bad variable
     UnknonVar := 1.           "/ another bad variable
@@ -6271,5 +6271,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.165 2001-09-28 15:47:20 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.166 2001-09-28 15:54:48 cg Exp $'
 ! !