Console: Move servlet to new package (ticket #2265)

This commit is contained in:
zzz
2018-06-26 18:39:39 +00:00
parent f0f62527d7
commit 761affc94d
4 changed files with 20 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
package net.i2p.router.web.helpers;
package net.i2p.router.web.servlets;
import java.io.File;
import java.io.IOException;

View File

@@ -0,0 +1,13 @@
<html>
<body>
<p>
Full servlets, mostly for static content.
Each must be added to apps/routerconsole/jsp/web.xml.
</p><p>
This package was created in release 0.9.36.
No classes contained here are part of a public API.
Subject to change.
Not for public use.
</p>
</body>
</html>