#BUGFIX by Maren
authormatilk
Fri, 23 Jun 2017 17:16:53 +0200
changeset 17557 97a1ae3f0b02
parent 17556 623c0e2a579d
child 17558 14fd7fcbab3f
#BUGFIX by Maren class: SmalltalkCodeGeneratorTool changed: #createDocumentationMethodFor: add missing brackets
SmalltalkCodeGeneratorTool.st
--- a/SmalltalkCodeGeneratorTool.st	Fri Jun 23 13:27:06 2017 +0200
+++ b/SmalltalkCodeGeneratorTool.st	Fri Jun 23 17:16:53 2017 +0200
@@ -2003,7 +2003,7 @@
     [author:]
         ' ", userName 
           , ' (' , emailAddress , ')' "
-        , (UserPreferences current historyManagerSignature)?'' , '
+        , ((UserPreferences current historyManagerSignature)?'') , '
 
     [instance variables:]
 
@@ -2023,7 +2023,7 @@
 
     "Modified: / 24-11-2006 / 15:54:27 / cg"
     "Modified: / 04-02-2011 / 08:24:31 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-    "Modified: / 12-06-2017 / 12:46:47 / Maren"
+    "Modified: / 23-06-2017 / 15:56:15 / Maren"
 !
 
 createExamplesMethodFor:aClass