Skip to content

Commit

Permalink
Merge pull request #125 from rachmatowicz/JGRP-1796
Browse files Browse the repository at this point in the history
JGRP-1796
  • Loading branch information
belaban committed Feb 24, 2014
2 parents 0dc02b9 + b47676a commit 32e3d59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/util/org/jgroups/util/JUnitXMLReporter.java
Expand Up @@ -530,6 +530,10 @@ public void write(final int b) {
append(i.toString(), false) ;
}

public void flush() {
append("", true);
}

public void println(String s) {
append(s, true);
}
Expand Down

0 comments on commit 32e3d59

Please sign in to comment.