Skip to content

Commit

Permalink
Fix javadoc warning for >
Browse files Browse the repository at this point in the history
  • Loading branch information
derTobsch committed Sep 7, 2023
1 parent 42bbd80 commit 3b25430
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,7 @@ public void init(ManagerParameter parameters) {
* Returns the holidays for the requested year and hierarchy structure.
*
* @param year i.e. 2010
* @param args i.e. args = {'ny'}. returns US/New York holidays. No args ->
* holidays common to whole country
* @param args i.e. args = {'ny'}. returns US/New York holidays. No args means holidays common to whole country
* @return a set of holidays for the requested year
*/
public abstract Set<Holiday> getHolidays(int year, String... args);
Expand Down

0 comments on commit 3b25430

Please sign in to comment.