Skip to content

Commit

Permalink
Javadoc fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
essiembre committed Jan 3, 2021
1 parent 5a50fa7 commit 7be47af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
/* Delete/add params are set by IDOL Client prior to calling
* "prepare".
*/
public interface IIdolIndexAction {
interface IIdolIndexAction {

URL url(List<ICommitterRequest> batch, HttpURL startUrl)
throws CommitterException;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public String getUrl() {
}
/**
* Sets the IDOL index URL (default is <code>http://localhost:9001</code>).
* @param url
* @param url the IDOL URL
*/
public void setUrl(String url) {
this.url = url;
Expand Down

0 comments on commit 7be47af

Please sign in to comment.