mirror of https://github.com/apache/maven.git
correct silly initialisation order mistake
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225718 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
85b30cf43d
commit
74fdce8502
|
@ -62,7 +62,7 @@ public final class ArtifactStatus
|
|||
|
||||
private final String key;
|
||||
|
||||
private static Map map = null;
|
||||
private static Map map;
|
||||
|
||||
private ArtifactStatus( String key, int rank )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue