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

Change-Id: If532542f1a746bff6b34c9d92462cd1722b4ff05
This commit is contained in:
Jonathan Leitschuh
2014-06-07 16:03:05 -04:00
parent cf798049ef
commit 63ae47b7e4

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
*/