Author: batosai
Date: 2008-11-09 17:39:38 +0000 (Sun, 09 Nov 2008)
New Revision: 23446
Modified:
trunk/plugins/WoT/IdentityFetcher.java
Log:
Added FIXME, needed to remove the ugly hack of r23445.
Modified: trunk/plugins/WoT/IdentityFetcher.java
===================================================================
--- trunk/plugins/WoT/IdentityFetcher.java 2008-11-09 17:32:44 UTC (rev
23445)
+++ trunk/plugins/WoT/IdentityFetcher.java 2008-11-09 17:39:38 UTC (rev
23446)
@@ -72,6 +72,10 @@
*/
public void fetch(Identity identity, boolean nextEdition) {
+ /* FIXME Keep a track on identities being fetched and don't
+ * try to download one twice. When done, remove the ugly hack
+ * on seed identity creation and start the fetch at that
moment.
+ */
try {
if(nextEdition && !identity.getLastChange().equals(new
Date(0)))
fetch(identity.getRequestURI().setSuggestedEdition(identity.getRequestURI().getSuggestedEdition()
+ 1));