Author: xor
Date: 2008-09-17 13:46:22 +0000 (Wed, 17 Sep 2008)
New Revision: 22666
Modified:
trunk/plugins/WoT/IdentityFetcher.java
Log:
Comments.
Modified: trunk/plugins/WoT/IdentityFetcher.java
===================================================================
--- trunk/plugins/WoT/IdentityFetcher.java 2008-09-17 13:45:44 UTC (rev
22665)
+++ trunk/plugins/WoT/IdentityFetcher.java 2008-09-17 13:46:22 UTC (rev
22666)
@@ -90,18 +90,22 @@
requests.remove(state);
}
+ /* TODO: comment this function: who calls it and when? */
public void onFailure(InsertException e, BaseClientPutter state) {
}
+ /* TODO: comment this function: who calls it and when? */
public void onFetchable(BaseClientPutter state) {
}
+ /* TODO: comment this function: who calls it and when? */
public void onGeneratedURI(FreenetURI uri, BaseClientPutter state) {
}
+ /* TODO: comment this function: who calls it and when? */
public void onMajorProgress() {
}
@@ -120,6 +124,7 @@
}
}
+ /* TODO: comment this function: who calls it and when? */
public void onSuccess(BaseClientPutter state) {
Logger.debug(this, "Fetched key (BaseClientPutter) : " +
state.getURI());