#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 14 Jul 2017 13:42:00 +0200
changeset 22017 cb3490989341
parent 22016 54531c4985d8
child 22018 b9f13bb90e55
#DOCUMENTATION by cg class: Behavior comment/format in: #hasImmutableInstances
Behavior.st
--- 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