mirror of
https://github.com/apache/maven.git
synced 2025-02-17 15:35:41 +00:00
cleanup
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@225317 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
eeafd40d9e
commit
17991ceea7
maven-artifact/src/main/java/org/apache/maven/artifact
@ -32,11 +32,6 @@ public DefaultArtifactFactory()
|
||||
{
|
||||
}
|
||||
|
||||
public DefaultArtifactFactory( ArtifactHandlerManager artifactHandlerManager )
|
||||
{
|
||||
this.artifactHandlerManager = artifactHandlerManager;
|
||||
}
|
||||
|
||||
public Artifact createArtifact( String groupId, String artifactId, String version, String scope, String type )
|
||||
{
|
||||
return createArtifact( groupId, artifactId, version, scope, type, null, null );
|
||||
|
@ -18,7 +18,6 @@
|
||||
|
||||
import org.apache.maven.artifact.handler.ArtifactHandler;
|
||||
import org.apache.maven.artifact.handler.DefaultArtifactHandler;
|
||||
import org.apache.maven.artifact.repository.layout.ArtifactRepositoryLayout;
|
||||
|
||||
import java.util.Map;
|
||||
import java.util.Set;
|
||||
@ -33,8 +32,6 @@ public class DefaultArtifactHandlerManager
|
||||
{
|
||||
private Map artifactHandlers;
|
||||
|
||||
private ArtifactRepositoryLayout artifactRepositoryLayout;
|
||||
|
||||
public ArtifactHandler getArtifactHandler( String type )
|
||||
{
|
||||
ArtifactHandler handler = (ArtifactHandler) artifactHandlers.get( type );
|
||||
|
Loading…
x
Reference in New Issue
Block a user