#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Thu, 12 May 2016 17:45:59 +0200
changeset 19798 4a40d96b81ab
parent 19797 fb12455698e1
child 19799 16ce93537a54
#REFACTORING by cg class: UnhandledAttributeInLiteralArrayErrorSignal changed: #description
UnhandledAttributeInLiteralArrayErrorSignal.st
--- a/UnhandledAttributeInLiteralArrayErrorSignal.st	Thu May 12 17:32:56 2016 +0200
+++ b/UnhandledAttributeInLiteralArrayErrorSignal.st	Thu May 12 17:45:59 2016 +0200
@@ -97,7 +97,7 @@
 !UnhandledAttributeInLiteralArrayErrorSignal methodsFor:'printing & storing'!
 
 description
-    ^ super description, ': ', parameter printString
+    ^ super description, ' (', parameter printString,')'
 ! !
 
 !UnhandledAttributeInLiteralArrayErrorSignal class methodsFor:'documentation'!