Author: batosai
Date: 2008-09-27 15:18:57 +0000 (Sat, 27 Sep 2008)
New Revision: 22857
Modified:
trunk/plugins/WoT/WoT.java
Log:
Removed ToDo. It would be a lot of work for no real benefit.
Modified: trunk/plugins/WoT/WoT.java
===================================================================
--- trunk/plugins/WoT/WoT.java 2008-09-27 15:17:52 UTC (rev 22856)
+++ trunk/plugins/WoT/WoT.java 2008-09-27 15:18:57 UTC (rev 22857)
@@ -345,8 +345,6 @@
throw new InvalidParameterException("We already have
this identity");
}
catch (UnknownIdentityException e) {
- // TODO Only add the identity after it is successfully
fetched
-
identity = new Identity(requestURI, "Not found yet...",
"false");
db.store(identity);
db.commit();