Documentation and polishing

This commit is contained in:
Maxime Sinclair
2011-03-31 16:12:10 +02:00
parent 237907b410
commit 0f34349037
4 changed files with 7 additions and 11 deletions

View File

@@ -27,7 +27,7 @@ import net.sourceforge.plantuml.FileFormat;
/*
* SVG servlet of the webapp.
* TODO.
* This servlet produces the UML diagram in SVG format.
*/
@SuppressWarnings("serial")
public class SvgServlet extends UmlDiagramService {
@@ -43,7 +43,7 @@ public class SvgServlet extends UmlDiagramService {
}
@Override
FileFormat getOutputFormat() {
public FileFormat getOutputFormat() {
return FileFormat.SVG;
}