Merge pull request #1197 from manuelgu/patch-1

Fix #1196
This commit is contained in:
Alexander Söderberg 2016-06-19 00:15:20 +02:00 committed by GitHub
commit b2c885e8d1

View File

@ -4,7 +4,7 @@ import java.io.File;
public class Storage extends Config {
public static final String PREFIX = "";
public static String PREFIX = "";
public static void save(File file) {
save(file, Storage.class);