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:
Brett Leslie Porter 2005-10-03 13:36:30 +00:00
parent a912e034bc
commit f328ad0f63
2 changed files with 0 additions and 12 deletions

View File

@ -74,12 +74,4 @@ public class DefaultArtifactRepositoryFactory
{
this.globalChecksumPolicy = checksumPolicy;
}
/**
* @deprecated Not needed, use WagonManager.set/isOnline() instead.
*/
public void setGlobalEnable( boolean enable )
{
// TODO: Remove this method from the API.
}
}

View File

@ -35,8 +35,4 @@ public interface ArtifactRepositoryFactory
void setGlobalChecksumPolicy( String checksumPolicy );
/**
* @deprecated Not needed, use WagonManager.set/isOnline() instead.
*/
void setGlobalEnable( boolean enable );
}