I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit c04062bb authored by str4d's avatar str4d
Browse files

Forgot to update @since

parent 0c7a3a3a
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ import net.i2p.I2PAppContext;
* This class is replaced in the Android build.
*
* @author str4d
* @since 0.9.15
* @since 0.9.14
*/
public class DomainSocketFactory {
public static String I2CP_SOCKET_ADDRESS = "net.i2p.client.i2cp";
......
......@@ -160,7 +160,7 @@ abstract class I2PSessionImpl implements I2PSession, I2CPMessageReader.I2CPMessa
/**
* Use Unix domain socket (or similar) to connect to a router
* @since 0.9.15
* @since 0.9.14
*/
protected static final String PROP_DOMAIN_SOCKET = "i2cp.domainSocket";
......
......@@ -8,10 +8,12 @@ import net.i2p.router.RouterContext;
/**
* Unix domain socket version of ClientListenerRunner.
* <p/>
* This is a stub that does nothing.
* This class is replaced in the Android build.
*
* @since 0.9.15
* @author str4d
* @since 0.9.14
*/
public class DomainClientListenerRunner extends ClientListenerRunner {
public DomainClientListenerRunner(RouterContext context, ClientManager manager) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment