Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
amithkb committed Jan 4, 2025
1 parent 11bef18 commit ab33af3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public MavenRepositoryProvider(DependencyManager dependencyManager) {
}

/**
* @param url maven repo url in format mvn://groupId:artifactId
* @param url maven repo url in format mvn://groupId:artifactId:extension
* @return boolean can handle or not
*/
@Override
Expand Down Expand Up @@ -79,7 +79,7 @@ public FetchResult fetch(FetchRequest request) {
* @param dst destination to be copied to
* @param ignorePatterns ignore some files while copying
* @return snapshot of copied files
* @throws IOException exception occurred during copy
* @throws IOException exception during IO operation
*/
@Override
public Snapshot export(Path src, Path dst, List<String> ignorePatterns) throws IOException {
Expand Down

0 comments on commit ab33af3

Please sign in to comment.