Merge pull request #165 from Philippus/patch-1

Replace `ivys` and `artifacts` in comments
This commit is contained in:
eugene yokota 2017-09-05 12:33:13 -04:00 committed by GitHub
commit 04193716da
1 changed files with 2 additions and 2 deletions

View File

@ -295,7 +295,7 @@ abstract class ResolverFunctions {
/**
* Constructs a file resolver with the given name. The patterns to use must be explicitly specified
* using the `ivys` or `artifacts` methods on the constructed resolver object.
* using the `withPatterns` method on the constructed resolver object.
*/
def apply(name: String): FileRepository =
FileRepository(name, defaultFileConfiguration, Patterns(false))
@ -310,7 +310,7 @@ abstract class ResolverFunctions {
/**
* Constructs a URL resolver with the given name. The patterns to use must be explicitly specified
* using the `ivys` or `artifacts` methods on the constructed resolver object.
* using the `withPatterns` method on the constructed resolver object.
*/
def apply(name: String): URLRepository = URLRepository(name, Patterns(false))