Skip to content

Commit

Permalink
Fix javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
asahaf committed May 25, 2019
1 parent b8f6d26 commit 841280f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
31 changes: 0 additions & 31 deletions \

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/java/com/asahaf/javacron/Schedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public long nextDuration(Date baseDate, TimeUnit timeUnit) {
*
* The next occurrences are calculated based on the current time.
*
* @para anotherSchedule the {@code Schedule} to be compared.
* @param anotherSchedule the {@code Schedule} to be compared.
* @return the value {@code 0} if this {@code Schedule} next occurrence is equal
* to the argument {@code Schedule} next occurrence; a value less than
* {@code 0} if this {@code Schedule} next occurrence is before the
Expand Down

0 comments on commit 841280f

Please sign in to comment.