X-Git-Url: http://www2.svjatoslav.eu/gitweb/?p=javainspect.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Finspector%2Fjava%2Fstructure%2FUtils.java;h=c6fe3f10335e96e4b826a5fb744ed3207826aee3;hp=9f28ad18aa0d7e0a1dfbf7570a02103651419725;hb=7d1259aea992843c47f29c932434a88ea9364f7e;hpb=3c997802712d8f3d243832840f20757f6e2567da 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..c6fe3f1 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-2020, 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;