Author: xor
Date: 2008-11-01 12:39:53 +0000 (Sat, 01 Nov 2008)
New Revision: 23275
Modified:
trunk/plugins/WoT/IdentityFetcher.java
Log:
Add FIXME: I don't see any synchronization there, this won't work, will it?
Modified: trunk/plugins/WoT/IdentityFetcher.java
===================================================================
--- trunk/plugins/WoT/IdentityFetcher.java 2008-11-01 12:38:34 UTC (rev
23274)
+++ trunk/plugins/WoT/IdentityFetcher.java 2008-11-01 12:39:53 UTC (rev
23275)
@@ -33,7 +33,7 @@
/** A reference to the database */
private ObjectContainer db;
- /** A refeerence to the HighLevelSimpleClient used to talk with the
node */
+ /** A reference to the HighLevelSimpleClient used to talk with the
node */
private HighLevelSimpleClient client;
/** A list of all current requests */
private ArrayList<ClientGetter> requests;