1
0
Fork 0

Remove diamond operator

kcx-1614
xjboss 2017-07-30 10:24:36 +08:00
parent 823599a9ec
commit 2e9c649e3d
1 changed files with 1 additions and 1 deletions

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