Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <[email protected]>
  • Loading branch information
Coduz committed Apr 8, 2020
1 parent 184ac03 commit 5d65dfa
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 @@ -39,7 +39,7 @@ public interface AdvancedPackageDownloadOptions {
* Sets whether or not to restart the download from the beginning.
*
* @param restart {@code true} if the download must be restarted from the beginning, {@code false} otherwise.
* @sicne 1.2.0
* @since 1.2.0
*/
void setRestart(Boolean restart);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ public Boolean getPackageDownloadRestart() {
* Sets whether or not to restart the download from the beginning.
*
* @param restart {@code true} if the download must be restarted from the beginning, {@code false} otherwise.
* @sicne 1.2.0
* @since 1.2.0
*/
public void setPackageDownloadRestart(Boolean restart) {
if (restart != null) {
Expand Down

0 comments on commit 5d65dfa

Please sign in to comment.