Use Java 7 Language Level

This commit is contained in:
Sn0wStorm
2016-05-27 19:31:05 +02:00
parent 816dacf76b
commit 581dd69f38
18 changed files with 51 additions and 57 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public class DataSave extends BukkitRunnable {
}
try {
cancel();
} catch (IllegalStateException e) {
} catch (IllegalStateException ignored) {
}
FileConfiguration configFile = new YamlConfiguration();