From 847f094975e1b320b98b9b62e5d631ef980d343d Mon Sep 17 00:00:00 2001 From: shendaras <shendaras> Date: Sat, 10 Apr 2004 10:26:19 +0000 Subject: [PATCH] @seeRoutine -> @see (shendaras) --- .../src/net/i2p/heartbeat/ClientConfig.java | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/heartbeat/java/src/net/i2p/heartbeat/ClientConfig.java b/apps/heartbeat/java/src/net/i2p/heartbeat/ClientConfig.java index 56510e8534..e4db23fce5 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"; -- GitLab