3
0

Remove diamond operator

This commit is contained in:
xjboss 2017-07-30 10:24:36 +08:00
parent 823599a9ec
commit 2e9c649e3d

View File

@ -62,7 +62,7 @@ public class BMetrics {
// The uuid of the server
private static String serverUUID;
// A list with all custom charts
private final List<CustomChart> charts = new ArrayList<>();
private final List<CustomChart> charts = new ArrayList();
/**
* Gets the File object of the config file that should be used to store data such as the GUID and opt-out status