diff --git a/apps/heartbeat/java/src/net/i2p/heartbeat/ClientConfig.java b/apps/heartbeat/java/src/net/i2p/heartbeat/ClientConfig.java
index 56510e853454bfcd7e2c90917fd82d1f32abd20e..e4db23fce5a0b21212f7288e79d8ed18527b837b 100644
--- a/apps/heartbeat/java/src/net/i2p/heartbeat/ClientConfig.java
+++ b/apps/heartbeat/java/src/net/i2p/heartbeat/ClientConfig.java
@@ -26,56 +26,56 @@ public class ClientConfig {
     private int _averagePeriods[];
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_PREFIX = "peer.";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_PEER = ".peer";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_STATFILE = ".statFile";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_STATDURATION = ".statDuration";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_STATFREQUENCY = ".statFrequency";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_SENDFREQUENCY = ".sendFrequency";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_SENDSIZE = ".sendSize";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_COMMENT = ".comment";
 
     /**
-     * @seeRoutine ClientConfig#load
-     * @seeRoutine ClientConfig#store
+     * @see ClientConfig#load
+     * @see ClientConfig#store
      */
     public static final String PROP_AVERAGEPERIODS = ".averagePeriods";