Skip to content

Commit

Permalink
Fix typo in Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmwmedia committed Sep 9, 2021
1 parent 1555539 commit fee0a0f
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 @@ -16,7 +16,7 @@
import java.util.Calendar;

/**
* Policy for triggering a rollover every day at a define time. The default time is 00:00.
* Policy for triggering a rollover every day at a defined time. The default time is 00:00.
*/
public final class DailyPolicy extends AbstractDatePolicy {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.Calendar;

/**
* Policy for triggering a rollover every month at a define time. The default time is 00:00.
* Policy for triggering a rollover every month at a defined time. The default time is 00:00.
*/
public class MonthlyPolicy extends AbstractDatePolicy {

Expand Down

0 comments on commit fee0a0f

Please sign in to comment.