forked from I2P_Developers/i2p.i2p
Linting dep-ann: Added @Deprecated annotations in BOB and i2p_sdk
This commit is contained in:
@@ -143,6 +143,7 @@ public class BOB implements Runnable, ClientApp {
|
||||
* Stop BOB gracefully
|
||||
* @deprecated unused
|
||||
*/
|
||||
@Deprecated
|
||||
public synchronized static void stop() {
|
||||
if (_bob != null)
|
||||
_bob.shutdown(null);
|
||||
|
@@ -36,6 +36,7 @@ import net.i2p.util.Log;
|
||||
* @author sponge
|
||||
* @deprecated incomplete, unused
|
||||
*/
|
||||
@Deprecated
|
||||
public class UDPIOthread implements I2PSessionListener, Runnable {
|
||||
|
||||
private final NamedDB info;
|
||||
|
Reference in New Issue
Block a user