Author: xor
Date: 2008-11-01 12:38:34 +0000 (Sat, 01 Nov 2008)
New Revision: 23274

Modified:
   trunk/plugins/WoT/IdentityInserter.java
Log:
Indent

Modified: trunk/plugins/WoT/IdentityInserter.java
===================================================================
--- trunk/plugins/WoT/IdentityInserter.java     2008-11-01 12:37:40 UTC (rev 
23273)
+++ trunk/plugins/WoT/IdentityInserter.java     2008-11-01 12:38:34 UTC (rev 
23274)
@@ -41,11 +41,11 @@

        private static final int THREAD_PERIOD = 30 * 60 * 1000;

-        /** A reference to the database */
+       /** A reference to the database */
        ObjectContainer db;
-        /** A reference the HighLevelSimpleClient used to perform inserts */
+       /** A reference the HighLevelSimpleClient used to perform inserts */
        HighLevelSimpleClient client;
-        /** The TempBucketFactory used to create buckets from Identities 
before insert */
+       /** The TempBucketFactory used to create buckets from Identities before 
insert */
        final TempBucketFactory tBF;
        /** Used to tell the InserterThread if it should stop */
        boolean isRunning;


Reply via email to