alread has a level instvar
authorcg
Mon, 29 Mar 1999 11:55:42 +0000
changeset 549 b38b279d7457
parent 548 063963638b8d
child 550 2dc6c18efc89
alread has a level instvar
JavaAppletComponentSpec.st
--- a/JavaAppletComponentSpec.st	Mon Mar 29 11:39:19 1999 +0000
+++ b/JavaAppletComponentSpec.st	Mon Mar 29 11:55:42 1999 +0000
@@ -12,8 +12,7 @@
 
 
 NamedSpec subclass:#JavaAppletComponentSpec
-	instanceVariableNames:'codeURL codeBaseURL documentURL archiveURL parameterDictionary
-		level'
+	instanceVariableNames:'codeURL codeBaseURL documentURL archiveURL parameterDictionary'
 	classVariableNames:''
 	poolDictionaries:''
 	category:'Java-Views-Support'
@@ -597,22 +596,6 @@
     "Created: / 29.1.1998 / 14:15:45 / cg"
 !
 
-level
-    "return the value of the instance variable 'level' (automatically generated)"
-
-    ^ level
-
-    "Created: / 29.1.1998 / 20:29:57 / cg"
-!
-
-level:something
-    "set the value of the instance variable 'level' (automatically generated)"
-
-    level := something.
-
-    "Created: / 29.1.1998 / 20:29:57 / cg"
-!
-
 parameterDictionary
     "return the value of the instance variable 'parameterDictionary' (automatically generated)"
 
@@ -766,5 +749,5 @@
 !JavaAppletComponentSpec class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaAppletComponentSpec.st,v 1.11 1999/01/29 15:30:23 cg Exp $'
+    ^ '$Header: /home/jv/Projects/SmalltalkX/repositories/cvs/stx/libjava/JavaAppletComponentSpec.st,v 1.12 1999/03/29 11:55:42 cg Exp $'
 ! !