You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/08/21 18:13:38 UTC

svn commit: r1375641 - /cxf/branches/2.6.x-fixes/bin/DoMerges.java

Author: dkulp
Date: Tue Aug 21 16:13:37 2012
New Revision: 1375641

URL: http://svn.apache.org/viewvc?rev=1375641&view=rev
Log:
Merged revisions 1373477 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1373477 | dkulp | 2012-08-15 11:38:26 -0400 (Wed, 15 Aug 2012) | 2 lines

  Forgot the lf in the log string

........

Modified:
    cxf/branches/2.6.x-fixes/bin/DoMerges.java

Modified: cxf/branches/2.6.x-fixes/bin/DoMerges.java
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/bin/DoMerges.java?rev=1375641&r1=1375640&r2=1375641&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/bin/DoMerges.java (original)
+++ cxf/branches/2.6.x-fixes/bin/DoMerges.java Tue Aug 21 16:13:37 2012
@@ -791,7 +791,7 @@ public class DoMerges {
             StringBuilder log = new StringBuilder();
             for (String s : logLines) {
                 System.out.println(s);
-                log.append(s);
+                log.append(s).append("\n");
             }