Revert "[MNG-6571] forgot to put new instance in cache"

This reverts commit 6bd8bb9ba6.
This commit is contained in:
Hervé Boutemy 2019-02-06 08:49:04 +01:00
parent 6bd8bb9ba6
commit 657fbb76cf
1 changed files with 0 additions and 1 deletions

View File

@ -241,7 +241,6 @@ public static VersionRange createFromVersion( String version )
{
List<Restriction> restrictions = Collections.emptyList();
cached = new VersionRange( new DefaultArtifactVersion( version ), restrictions );
CACHE.put( version, cached );
}
return cached;
}