Temporary fix !

This commit is contained in:
maximesinclair
2013-05-27 23:45:38 +02:00
parent 596cc8b79e
commit 3bc2461f85
2 changed files with 3 additions and 2 deletions

View File

@@ -135,6 +135,7 @@ public class PlantUmlServlet extends HttpServlet {
// forward to index.jsp
RequestDispatcher dispatcher = request.getRequestDispatcher("/index.jsp");
dispatcher.forward(request, response);
return;
}
private Transcoder getTranscoder() {