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.
*
* @author str4d
* @since 0.9.15
* @since 0.9.14
*/
public class DomainSocketFactory {
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
* @since 0.9.15
* @since 0.9.14
*/
protected static final String PROP_DOMAIN_SOCKET = "i2cp.domainSocket";