mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Use Java 7 Language Level
This commit is contained in:
@@ -13,7 +13,7 @@ import com.dre.brewery.P;
|
||||
|
||||
public class ConfigUpdater {
|
||||
|
||||
private ArrayList<String> config = new ArrayList<String>();
|
||||
private ArrayList<String> config = new ArrayList<>();
|
||||
private File file;
|
||||
|
||||
public ConfigUpdater(File file) {
|
||||
|
||||
Reference in New Issue
Block a user