Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Nov 25, 2019
2 parents c27a803 + f09f31d commit 9e4135c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/ch/poole/openinghoursparser/Holiday.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static List<String> nameValues() {
boolean useAsWeekDay = true;

/**
* DEfault constructor
* Default constructor
*/
public Holiday() {
// empty
Expand Down Expand Up @@ -146,7 +146,7 @@ public void setUseAsWeekDay(boolean useAsWeekDay) {
/**
* Get the the "use as weekday" value
*
* @return true if this should be used as a weekday equivalen
* @return true if this should be used as a weekday equivalent
*/
public boolean getUseAsWeekDay() {
return useAsWeekDay;
Expand Down

0 comments on commit 9e4135c

Please sign in to comment.