Behavior.st
changeset 22017 cb3490989341
parent 21629 69b1f1595325
child 22023 1d1c95cbcb3d
--- a/Behavior.st	Fri Jul 14 11:43:43 2017 +0200
+++ b/Behavior.st	Fri Jul 14 13:42:00 2017 +0200
@@ -1448,7 +1448,6 @@
     ^ self nameWithoutPrefix
 ! !
 
-
 !Behavior methodsFor:'RefactoringBrowser'!
 
 realClass
@@ -4251,9 +4250,11 @@
 !
 
 hasImmutableInstances
-    "are this classes instances immutable?"
+    "are this classes' instances immutable?"
 
     ^ false
+
+    "Modified (comment): / 14-07-2017 / 13:27:07 / cg"
 !
 
 hasInstances