Skip to content

Commit

Permalink
[SHRINKWRAP-282] Add JavaDoc and rename test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lee Rubinger committed Jun 30, 2011
1 parent 2ad99e7 commit ff24210
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,10 @@ public interface MavenDependencyResolver
@Deprecated
MavenDependencyResolver loadDependenciesFromPom(final String path, final MavenResolutionFilter filter) throws ResolutionException;

/**
* Sets the resolver to either consider (or not) Maven Central in resolution
* @param useCentral
* @return
*/
MavenDependencyResolver useCentralRepo(final boolean useCentral);
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
/**
* @author <a href="mailto:tommy.tynja@diabol.se">Tommy Tynj&auml;</a>
*/
public class DisabledCentralRepositorytTestCase {
public class DisabledCentralRepositoryTestCase {

/**
* Tests the disabling of the Maven central repository
Expand Down

0 comments on commit ff24210

Please sign in to comment.