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

@@ -35,6 +35,7 @@ public class Frequency {
* when did the last event occur?
* @deprecated unused
*/
@Deprecated
public synchronized long getLastEvent() {
return _lastEvent;
}
@@ -53,6 +54,7 @@ public class Frequency {
* @return milliseconds; returns period + 1 if no events in previous period
* @deprecated unused
*/
@Deprecated
public synchronized double getMinAverageInterval() {
return _minAverageInterval;
}