replace SimpleTimer2.getInstance() calls

This commit is contained in:
zzz
2012-08-03 16:23:31 +00:00
parent 501651125f
commit 00f9fea98c
3 changed files with 7 additions and 6 deletions

View File

@ -86,7 +86,7 @@ class PeerManager {
private class Reorg extends SimpleTimer2.TimedEvent {
public Reorg() {
super(SimpleTimer2.getInstance(), REORGANIZE_TIME);
super(_context.simpleTimer2(), REORGANIZE_TIME);
}
public void timeReached() {
try {