From 21b03e8e8aa14c4210704f733c540f8291a2f06b Mon Sep 17 00:00:00 2001
From: zzz <zzz@mail.i2p>
Date: Sat, 11 Jul 2009 19:43:58 +0000
Subject: [PATCH] fix comment

---
 .../src/net/i2p/router/networkdb/reseed/ReseedChecker.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/router/java/src/net/i2p/router/networkdb/reseed/ReseedChecker.java b/router/java/src/net/i2p/router/networkdb/reseed/ReseedChecker.java
index aa38be5e7c..dd11c4ae21 100644
--- a/router/java/src/net/i2p/router/networkdb/reseed/ReseedChecker.java
+++ b/router/java/src/net/i2p/router/networkdb/reseed/ReseedChecker.java
@@ -15,8 +15,7 @@ import net.i2p.util.Log;
  *
  *  Also, as this is now called from PersistentDataStore, not from the
  *  routerconsole, we can get started as soon as the netdb has read
- *  the netDb/ directory, not when the console starts,
-router/java/src/net/i2p/router/networkdb/eseed/ReseedChecker.java
+ *  the netDb/ directory, not when the console starts.
  */
 public class ReseedChecker {
     
-- 
GitLab