X-Git-Url: http://www2.svjatoslav.eu/gitweb/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Feu%2Fsvjatoslav%2Finspector%2Fjava%2Fmethods%2FProject.java;h=157388e4cea0ea2b2fe00d0332ae6c9d99fe1c33;hb=f0253606ed92cc13aa4e49e28a44ee41cf3d3251;hp=67196e960ee1eae6ebedd006ffd81744fbfbd85d;hpb=31e8e0b97c9f60f8820d708fa86c11d65f5445f3;p=javainspect.git diff --git a/src/main/java/eu/svjatoslav/inspector/java/methods/Project.java b/src/main/java/eu/svjatoslav/inspector/java/methods/Project.java index 67196e9..157388e 100755 --- a/src/main/java/eu/svjatoslav/inspector/java/methods/Project.java +++ b/src/main/java/eu/svjatoslav/inspector/java/methods/Project.java @@ -1,7 +1,7 @@ /* * JavaInspect - Utility to visualize java software - * Copyright (C) 2013-2014, Svjatoslav Agejenko, svjatoslav@svjatoslav.eu - * + * Copyright (C) 2013-2017, 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 * or later as published by the Free Software Foundation. @@ -14,6 +14,6 @@ import java.util.Map; public class Project { - Map packages = new HashMap(); + Map packages = new HashMap<>(); }