Findbugs all over

This commit is contained in:
zzz
2018-08-26 13:50:40 +00:00
parent db54edc36d
commit 1f92232253
17 changed files with 56 additions and 66 deletions

View File

@@ -31,7 +31,7 @@ public class TranslateSVGServlet extends HttpServlet {
private static final long serialVersionUID = 18638760L;
private final I2PAppContext _context;
private final String DIR = "/svg";
private static final String DIR = "/svg";
public TranslateSVGServlet() {
super();