Author: toad
Date: 2008-05-03 14:47:36 +0000 (Sat, 03 May 2008)
New Revision: 19700
Modified:
trunk/freenet/src/freenet/client/async/USKManager.java
Log:
indenting
Modified: trunk/freenet/src/freenet/client/async/USKManager.java
===================================================================
--- trunk/freenet/src/freenet/client/async/USKManager.java 2008-05-03
14:47:21 UTC (rev 19699)
+++ trunk/freenet/src/freenet/client/async/USKManager.java 2008-05-03
14:47:36 UTC (rev 19700)
@@ -241,14 +241,14 @@
if(f == null) {
Logger.error(this, "Unsubscribing
"+cb+" for "+origUSK+" but not already subscribed", new Exception("error"));
} else {
- f.removeSubscriber(cb);
- if(!f.hasSubscribers()) {
-
if(!temporaryBackgroundFetchersLRU.contains(clear)) {
- toCancel = f;
-
backgroundFetchersByClearUSK.remove(clear);
+ f.removeSubscriber(cb);
+ if(!f.hasSubscribers()) {
+
if(!temporaryBackgroundFetchersLRU.contains(clear)) {
+ toCancel = f;
+
backgroundFetchersByClearUSK.remove(clear);
+ }
}
}
- }
}
}
if(toCancel != null) toCancel.cancel();