forked from I2P_Developers/i2p.i2p
Console: Move servlet to new package (ticket #2265)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package net.i2p.router.web.helpers;
|
||||
package net.i2p.router.web.servlets;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user