X-Git-Url: https://git.pterodactylus.net/?p=jSite.git;a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fmain%2FConfigurationLocator.java;h=34e88095fbaebedc4da41fb6c597d1848d2a8100;hp=0c7d1188f8f54c33255224f3229bea539dcffe75;hb=537bca13b9815b33485fa71f9a4f0f02300b554c;hpb=23a6ad67422cfa19dca8d9eea500ae8309c7c11d diff --git a/src/de/todesbaum/jsite/main/ConfigurationLocator.java b/src/de/todesbaum/jsite/main/ConfigurationLocator.java index 0c7d118..34e8809 100644 --- a/src/de/todesbaum/jsite/main/ConfigurationLocator.java +++ b/src/de/todesbaum/jsite/main/ConfigurationLocator.java @@ -55,8 +55,8 @@ public class ConfigurationLocator { /** * Creates a new configuration locator. If this class is loaded from a JAR - * file, {@link ConfigurationLocation#NEXT_TO_JAR_FILE} is added to the - * list of possible configuration file locations. + * file, {@link ConfigurationLocation#NEXT_TO_JAR_FILE} is added to the list + * of possible configuration file locations. * {@link ConfigurationLocation#HOME_DIRECTORY} is always added to this * list, {@link ConfigurationLocation#CUSTOM} has to be enabled by calling * {@link #setCustomLocation(String)}. @@ -90,12 +90,11 @@ public class ConfigurationLocator { /** * Returns whether the given location is valid. Certain locations (such as - * {@link ConfigurationLocation#NEXT_TO_JAR_FILE}) may be invalid in - * certain circumstances (such as the application not being run from a JAR - * file). A location being valid does not imply that a configuration file - * does exist at the given location, use - * {@link #hasFile(ConfigurationLocation)} to check for a configuration - * file at the desired location. + * {@link ConfigurationLocation#NEXT_TO_JAR_FILE}) may be invalid in certain + * circumstances (such as the application not being run from a JAR file). A + * location being valid does not imply that a configuration file does exist + * at the given location, use {@link #hasFile(ConfigurationLocation)} to + * check for a configuration file at the desired location. * * @param configurationLocation * The configuration location