version 2017.09

This commit is contained in:
Arnaud Roques
2017-04-05 21:57:35 +02:00
parent 8735b22339
commit 67e9aeb992
9 changed files with 108 additions and 55 deletions

View File

@@ -32,16 +32,6 @@ import net.sourceforge.plantuml.FileFormat;
@SuppressWarnings("serial")
public class SvgServlet extends UmlDiagramService {
@Override
public String getSource(String uri) {
String[] result = uri.split("/svg/", 2);
if (result.length != 2) {
return "";
} else {
return result[1];
}
}
@Override
public FileFormat getOutputFormat() {
return FileFormat.SVG;