Forgot to update @since

This commit is contained in:
str4d
2014-07-15 12:58:58 +00:00
parent 0c7a3a3a39
commit c04062bbdf
3 changed files with 5 additions and 3 deletions

View File

@ -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";

View File

@ -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";

View File

@ -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) {