[FEATURE] Design evolution of the map service

Map implementation is still an empty stub
This commit is contained in:
Maxime Sinclair
2013-08-14 09:44:19 +02:00
parent e90fdee24b
commit bedc5b49ce
4 changed files with 53 additions and 14 deletions

View File

@@ -50,7 +50,8 @@ public abstract class UmlDiagramService extends HttpServlet {
try {
dr.sendDiagram(uml);
} catch (IIOException iioe) {
// Browser has closed the connection, do nothing
// Browser has closed the connection, so the HTTP OutputStream is closed
// Silently catch the exception to avoid annoying log
}
dr = null;
}