X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Finspector%2Fjava%2Fstructure%2FUtils.java;h=504c575f349f059949ff6bf54e1f7d61494506a8;hb=d4780f4855f42272779c424b0d5e88f4e4621418;hp=9f28ad18aa0d7e0a1dfbf7570a02103651419725;hpb=96baa59bb6d3a746f8abedbb2e41ad6f58664dd1;p=javainspect.git diff --git a/src/main/java/eu/svjatoslav/inspector/java/structure/Utils.java b/src/main/java/eu/svjatoslav/inspector/java/structure/Utils.java index 9f28ad1..504c575 100755 --- a/src/main/java/eu/svjatoslav/inspector/java/structure/Utils.java +++ b/src/main/java/eu/svjatoslav/inspector/java/structure/Utils.java @@ -1,6 +1,6 @@ /* * JavaInspect - Utility to visualize java software - * Copyright (C) 2013-2015, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu + * Copyright (C) 2013-2018, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu * * This program is free software; you can redistribute it and/or * modify it under the terms of version 3 of the GNU Lesser General Public License @@ -14,12 +14,12 @@ import java.util.List; public class Utils { - private static final List systemDataTypes = new ArrayList(); - private static final List commonObjectMethods = new ArrayList(); - private static final List systemPackages = new ArrayList(); - private static final List darkColors = new ArrayList(); - private static final List lightColors = new ArrayList(); - private static final List enumMethods = new ArrayList(); + private static final List systemDataTypes = new ArrayList<>(); + private static final List commonObjectMethods = new ArrayList<>(); + private static final List systemPackages = new ArrayList<>(); + private static final List darkColors = new ArrayList<>(); + private static final List lightColors = new ArrayList<>(); + private static final List enumMethods = new ArrayList<>(); private static int lastChosenDarkColor = -1; private static int lastChosenLightColor = -1;