mirror of https://github.com/apache/maven.git
PR: MNG-644
remove unused method git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@293347 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a912e034bc
commit
f328ad0f63
|
@ -74,12 +74,4 @@ public class DefaultArtifactRepositoryFactory
|
||||||
{
|
{
|
||||||
this.globalChecksumPolicy = checksumPolicy;
|
this.globalChecksumPolicy = checksumPolicy;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Not needed, use WagonManager.set/isOnline() instead.
|
|
||||||
*/
|
|
||||||
public void setGlobalEnable( boolean enable )
|
|
||||||
{
|
|
||||||
// TODO: Remove this method from the API.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -35,8 +35,4 @@ public interface ArtifactRepositoryFactory
|
||||||
|
|
||||||
void setGlobalChecksumPolicy( String checksumPolicy );
|
void setGlobalChecksumPolicy( String checksumPolicy );
|
||||||
|
|
||||||
/**
|
|
||||||
* @deprecated Not needed, use WagonManager.set/isOnline() instead.
|
|
||||||
*/
|
|
||||||
void setGlobalEnable( boolean enable );
|
|
||||||
}
|
}
|
Loading…
Reference in New Issue