#QUALITY by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 09:44:54 +0200
changeset 4478 7ae834471dde
parent 4477 20465f1f84c2
child 4479 3f1a6fafa0ba
#QUALITY by exept class: ChangeSetDiffComponent changed: #flattenOn:
ChangeSetDiffComponent.st
--- a/ChangeSetDiffComponent.st	Mon Aug 26 09:43:46 2019 +0200
+++ b/ChangeSetDiffComponent.st	Mon Aug 26 09:44:54 2019 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  Copyright (c) 2007-2010 Jan Vrany, SWING Research Group,
                            Czech Technical University in Prague
@@ -221,7 +223,8 @@
 
 flattenOn: stream
 
-    ^stream nextPut: self
+    "cg cganged: return the receiver; not the stream."
+    stream nextPut: self
 
     "Created: / 05-12-2009 / 11:06:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !