Changeset c944fcce
- Timestamp:
- Nov 9, 2015 5:44:54 PM (5 years ago)
- Branches:
- master
- Children:
- 123b4ca
- Parents:
- 077c4a0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/java/src/net/i2p/util/SimpleTimer2.java
r077c4a0 rc944fcce 386 386 if (cancelled) 387 387 _state = TimedEventState.CANCELLED; 388 else {} // log something as this could be serious, we remain RUNNING otherwise 388 else 389 _log.warn("could not cancel "+this); 389 390 return cancelled; 390 391 }
Note: See TracChangeset
for help on using the changeset viewer.