mirror of
https://github.com/apache/maven.git
synced 2025-02-25 03:45:09 +00:00
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…
x
Reference in New Issue
Block a user