Merge "Fixes the Preferences putting the preferences in a file 'file:' and instead puts it in the root directory [artf2566]"

This commit is contained in:
Thomas Clark (WPI)
2014-06-10 12:36:44 -07:00
committed by Gerrit Code Review

View File

@@ -53,7 +53,7 @@ public class Preferences {
/**
* The file to save to
*/
private static final String FILE_NAME = "file:///wpilib-preferences.ini";
private static final String FILE_NAME = "wpilib-preferences.ini";
/**
* The characters to put between a field and value
*/