#QUALITY by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 15:40:58 +0100
changeset 20780 db420e657390
parent 20779 69971f5a730b
child 20781 bb433fa13791
#QUALITY by cg class: Behavior changed: #theNonMetaClass theNonMetaClass vs. theNonMetaclass
Behavior.st
--- a/Behavior.st	Fri Nov 04 15:11:53 2016 +0100
+++ b/Behavior.st	Fri Nov 04 15:40:58 2016 +0100
@@ -1332,6 +1332,8 @@
 !
 
 theNonMetaClass
+    <resource: #obsolete>
+    
     "alias for theNonMetaclass (Squeak) - return the class.
      sigh; in ST/X, it is called theNonMetaclass; please use that."
 
@@ -1422,7 +1424,6 @@
     ^ self nameWithoutPrefix
 ! !
 
-
 !Behavior methodsFor:'RefactoringBrowser'!
 
 realClass
@@ -5295,3 +5296,4 @@
 version_CVS
     ^ '$Header$'
 ! !
+