I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 847f0949 authored by shendaras's avatar shendaras Committed by zzz
Browse files

@seeRoutine -> @see

(shendaras)
parent b939d869
No related branches found
No related tags found
No related merge requests found
...@@ -26,56 +26,56 @@ public class ClientConfig { ...@@ -26,56 +26,56 @@ public class ClientConfig {
private int _averagePeriods[]; private int _averagePeriods[];
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_PREFIX = "peer."; public static final String PROP_PREFIX = "peer.";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_PEER = ".peer"; public static final String PROP_PEER = ".peer";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_STATFILE = ".statFile"; public static final String PROP_STATFILE = ".statFile";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_STATDURATION = ".statDuration"; public static final String PROP_STATDURATION = ".statDuration";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_STATFREQUENCY = ".statFrequency"; public static final String PROP_STATFREQUENCY = ".statFrequency";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_SENDFREQUENCY = ".sendFrequency"; public static final String PROP_SENDFREQUENCY = ".sendFrequency";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_SENDSIZE = ".sendSize"; public static final String PROP_SENDSIZE = ".sendSize";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_COMMENT = ".comment"; public static final String PROP_COMMENT = ".comment";
/** /**
* @seeRoutine ClientConfig#load * @see ClientConfig#load
* @seeRoutine ClientConfig#store * @see ClientConfig#store
*/ */
public static final String PROP_AVERAGEPERIODS = ".averagePeriods"; public static final String PROP_AVERAGEPERIODS = ".averagePeriods";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment