cleanup bad language to better comply with Eclipse.org requirements

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1032834 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Igor Fedorenko 2010-11-09 03:59:27 +00:00
parent 7756084f6a
commit 81126757ec
1 changed files with 2 additions and 3 deletions

View File

@ -202,9 +202,8 @@ public ResolutionGroup retrieve( MetadataResolutionRequest request )
if ( rel.project == null )
{
// When this happens we have a Maven 1.x POM, or some invalid POM. There is still a pile of
// shit in the Maven 2.x repository that should have never found its way into the repository
// but it did.
// When this happens we have a Maven 1.x POM, or some invalid POM.
// It should have never found its way into Maven 2.x repository but it did.
dependencies = Collections.emptyList();
}
else