method category rename
authorClaus Gittinger <cg@exept.de>
Wed, 07 May 2003 16:39:18 +0200
changeset 7262 afae1fcdc14e
parent 7261 f35fc9cee675
child 7263 f814a5cfc333
method category rename
ClassDescription.st
UndefinedObject.st
--- a/ClassDescription.st	Wed May 07 16:32:07 2003 +0200
+++ b/ClassDescription.st	Wed May 07 16:39:18 2003 +0200
@@ -3548,7 +3548,7 @@
     "Modified: / 18.3.1999 / 18:20:07 / stefan"
 ! !
 
-!ClassDescription methodsFor:'subclass creation - private classes'!
+!ClassDescription methodsFor:'subclass creation-private classes'!
 
 subclass:nameSymbol instanceVariableNames:instVarNameString classVariableNames:classVarString poolDictionaries:pool privateIn:aClass 
     "create a new class as a subclass of an existing class (the receiver).
@@ -4057,7 +4057,7 @@
 !ClassDescription class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.152 2003-05-07 14:31:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ClassDescription.st,v 1.153 2003-05-07 14:39:16 cg Exp $'
 ! !
 
 ClassDescription initialize!
--- a/UndefinedObject.st	Wed May 07 16:32:07 2003 +0200
+++ b/UndefinedObject.st	Wed May 07 16:39:18 2003 +0200
@@ -311,7 +311,6 @@
     ^ 0
 ! !
 
-
 !UndefinedObject methodsFor:'subclass creation'!
 
 nilSubclass:action
@@ -448,7 +447,7 @@
     "Modified: / 18.3.1999 / 18:30:16 / stefan"
 ! !
 
-!UndefinedObject methodsFor:'subclass creation - private'!
+!UndefinedObject methodsFor:'subclass creation-private'!
 
 subclass:nameSymbol instanceVariableNames:instVarNameString classVariableNames:classVarString poolDictionaries:pool privateIn:ownerClass
     "create a new private class which has nil as superclass 
@@ -679,11 +678,10 @@
 
 ! !
 
-
 !UndefinedObject class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/UndefinedObject.st,v 1.55 2003-03-03 20:13:50 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/UndefinedObject.st,v 1.56 2003-05-07 14:39:18 cg Exp $'
 ! !
 
 UndefinedObject initialize!