Linting dep-ann: Added @Deprecated annotations in BOB and i2p_sdk

This commit is contained in:
z3r0fox
2016-02-06 21:32:28 +00:00
parent 79bb3f6cc4
commit b1eaa772a1
23 changed files with 92 additions and 0 deletions

View File

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

View File

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