inherited method removed
authorcg
Tue, 29 Feb 2000 18:10:16 +0000
changeset 671 d418f01f84c0
parent 670 92f120745381
child 672 f0d74a853426
inherited method removed
JavaContext.st
--- a/JavaContext.st	Tue Feb 29 18:08:40 2000 +0000
+++ b/JavaContext.st	Tue Feb 29 18:10:16 2000 +0000
@@ -155,10 +155,6 @@
     "Modified: / 25.9.1999 / 23:26:40 / cg"
 !
 
-methodHome
-    ^ self
-!
-
 numArgs
     "return the number of args.
      Redefined since Java keeps the receiver of a non-static method
@@ -398,5 +394,5 @@
 !JavaContext class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.31 1999/09/25 21:32:24 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaContext.st,v 1.32 2000/02/29 18:10:16 cg Exp $'
 ! !