o Polished code

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@882685 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-11-20 19:13:32 +00:00
parent f2d48a06ad
commit b442714004
2 changed files with 1 additions and 1 deletions

View File

@ -68,6 +68,7 @@ class ProblemDetectingValueSource
return value;
}
@SuppressWarnings( "unchecked" )
public List getFeedback()
{
return valueSource.getFeedback();

View File

@ -26,7 +26,6 @@ import java.util.Map;
import org.apache.maven.model.Model;
import org.apache.maven.model.building.ModelProcessor;
import org.apache.maven.model.io.ModelReader;
import org.codehaus.plexus.component.annotations.Component;
import org.codehaus.plexus.component.annotations.Requirement;