[TASK] Remove useless flush

This commit is contained in:
Maxime Sinclair
2013-09-24 12:36:05 +02:00
parent bde4d652dd
commit 0495ccdfc2
2 changed files with 0 additions and 3 deletions

View File

@@ -226,7 +226,6 @@ public class PlantUmlServlet extends HttpServlet {
response.setContentType("image/png");
SourceStringReader reader = new SourceStringReader(uml);
reader.generateImage(response.getOutputStream(), new FileFormatOption(FileFormat.PNG));
response.flushBuffer();
}
private String getContent(String adress) throws IOException {