Comment unused variable
This commit is contained in:
parent
f9d1a42c2d
commit
5fff22dac6
1 changed files with 1 additions and 1 deletions
|
@ -1619,7 +1619,7 @@ public class OpeningHoursParser {
|
||||||
basic.setComment(comment);
|
basic.setComment(comment);
|
||||||
boolean[] days = basic.getDays();
|
boolean[] days = basic.getDays();
|
||||||
boolean[] months = basic.getMonths();
|
boolean[] months = basic.getMonths();
|
||||||
boolean[][] dayMonths = basic.getDayMonths();
|
//boolean[][] dayMonths = basic.getDayMonths();
|
||||||
if ("24/7".equals(localRuleString)) {
|
if ("24/7".equals(localRuleString)) {
|
||||||
Arrays.fill(days, true);
|
Arrays.fill(days, true);
|
||||||
basic.hasDays = true;
|
basic.hasDays = true;
|
||||||
|
|
Loading…
Reference in a new issue