forked from I2P_Developers/i2p.i2p
Linting dep-ann: Added @Deprecated annotations in i2psnark, i2ptunnel, ministreaming, routerconsole, streaming
This commit is contained in:
@@ -42,6 +42,7 @@ public interface I2PServerSocket {
|
||||
* @return null always
|
||||
* @since 0.8.11
|
||||
*/
|
||||
@Deprecated
|
||||
public AcceptingChannel getChannel();
|
||||
|
||||
/**
|
||||
|
@@ -62,6 +62,7 @@ public interface I2PSocket extends Closeable {
|
||||
* @return null always
|
||||
* @since 0.8.9
|
||||
*/
|
||||
@Deprecated
|
||||
public SelectableChannel getChannel() throws IOException;
|
||||
|
||||
/**
|
||||
|
@@ -37,6 +37,7 @@ public class I2PSocketManagerFactory {
|
||||
* Ignored since 0.9.12, cannot be changed via properties.
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public static final String PROP_MANAGER = "i2p.streaming.manager";
|
||||
|
||||
/**
|
||||
|
@@ -10,4 +10,5 @@ package net.i2p.client.streaming;
|
||||
* @since 0.9.12
|
||||
* @deprecated
|
||||
*/
|
||||
@Deprecated
|
||||
public class I2PSocketManagerFull {}
|
||||
|
Reference in New Issue
Block a user