the DEFAULT only tries to save in current dir. Cleaned up code for that

This commit is contained in:
nathan 2015-02-02 13:14:07 +01:00
parent 570c4b6a7f
commit fd8c8b567b

View File

@ -27,10 +27,6 @@ import dorkbox.util.FileUtil;
public class PropertiesProvider {
// the basePath for properties based settings. In JAVA proper, this is by default relative to the jar location.
// in ANDROID dalvik, this must be specified to be the location of the APK plus some extra info. This must be set by the android app.
public static String basePath = "";
private String comments = "Settings and configuration file. Strings must be escape formatted!";
private final Properties properties = new SortedProperties();
private final File propertiesFile;