Skip to content

Commit

Permalink
removed unused getter/setter for FileMappers
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarg authored and longtimeago committed Jan 21, 2022
1 parent a1f79e9 commit d7bbc75
Showing 1 changed file with 0 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -636,25 +636,4 @@ private boolean useHttpProxy(final ProxyInfo proxyInfo) {
return result;
}

/**
* @return {@link FileMapper}s to be used for rewriting each target path, or {@code null} if no rewriting shall
* happen.
*
* @since 1.6.8
*/
public FileMapper[] getFileMappers()
{
return this.fileMappers;
}

/**
* @param fileMappers {@link FileMapper}s to be used for rewriting each target path, or {@code null} if no
* rewriting shall happen.
*
* @since 1.6.8
*/
public void setFileMappers( FileMapper[] fileMappers )
{
this.fileMappers = fileMappers;
}
}

0 comments on commit d7bbc75

Please sign in to comment.