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