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=41dc633d544208853837ab77858cd9b73a74aeef;hpb=c680c10ad9057106e23b149246abdd84b41775ee;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 41dc633..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; @@ -96,7 +96,7 @@ public class Utils { lightColors.add("peachpuff2"); lightColors.add("seagreen1"); lightColors.add("violet"); - lightColors.add("aqua"); + lightColors.add("cyan"); lightColors.add("orange"); }