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 {
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";
......
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