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

@@ -43,7 +43,7 @@ public class ImgServlet extends UmlDiagramService {
}
@Override
FileFormat getOutputFormat() {
public FileFormat getOutputFormat() {
return FileFormat.PNG;
}