Skip to content

Commit

Permalink
#323 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaneberly committed Jul 1, 2017
1 parent fa87e30 commit a52d489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/cflint/XMLOutput.java
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ public void outputFindBugs(final BugList bugList, final Writer writer, final boo
final javax.xml.transform.Transformer transformer = tFactory.newTransformer(new javax.xml.transform.stream.StreamSource(is));

// 3. Use the Transformer to transform an XML Source and send the output to a Result object.
System.out.println(sw.toString());
transformer.transform(new StreamSource(new StringReader(sw.toString())), new StreamResult(writer));

writer.close();
Expand Down

0 comments on commit a52d489

Please sign in to comment.