forked from I2P_Developers/i2p.i2p
javadoc and logging tweaks; bring back i2ptunnel link to summary bar
This commit is contained in:
@ -12,6 +12,7 @@ import net.i2p.util.Log;
|
||||
* Listen for in-JVM connections on the internal "socket"
|
||||
*
|
||||
* @author zzz
|
||||
* @since 0.7.9
|
||||
*/
|
||||
class InternalSocketRunner implements Runnable {
|
||||
private I2PTunnelClientBase client;
|
||||
|
@ -5,6 +5,7 @@ import net.i2p.util.Translate;
|
||||
|
||||
/**
|
||||
* Translate strings for this package.
|
||||
* @since 0.7.9
|
||||
*/
|
||||
public class Messages {
|
||||
private static final String BUNDLE_NAME = "net.i2p.i2ptunnel.web.messages";
|
||||
|
Reference in New Issue
Block a user