Javadoc fixes

This commit is contained in:
zzz
2018-05-30 13:11:50 +00:00
parent 884a42b814
commit 04a9f5612b
23 changed files with 28 additions and 27 deletions

View File

@ -580,6 +580,7 @@ class StoreJob extends JobImpl {
}
****/
/** */
public static final String MIN_STORE_VERSION = "0.9.28";
/**

View File

@ -28,8 +28,8 @@ import java.util.Properties;
*
* OSX Path: I2PBrowser.app/Contents/MacOS/firefox
*
* OSX => ../../../I2PBrowser-Data/I2P
* Linux/Windows => ../I2PBrowser-Data/I2P
* OSX => ../../../I2PBrowser-Data/I2P
* Linux/Windows => ../I2PBrowser-Data/I2P
*
* ---- However,
*
@ -40,7 +40,7 @@ import java.util.Properties;
* Base directory is where we usually find the wrapper config (on normal installs) together with jars and
* static files in an I2P installation.
*
* Portable uses both, with the key usage being that I2P is extracted from <whatever> to a base directory,
* Portable uses both, with the key usage being that I2P is extracted from (whatever) to a base directory,
* but still has it's config separate in the working directory.
*
*