File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
main/java/ch/poole/conditionalrestrictionparser
test/java/ch/poole/conditionalrestrictionparser Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11/**
2- * Parser for OpenStreetMap opening_hours values
3- * See http ://wiki.openstreetmap.org/wiki/Key:opening_hours/specification
2+ * Parser for OpenStreetMap conditional restriction values
3+ * See https ://wiki.openstreetmap.org/wiki/Conditional_restrictions
44 *
55 * @author Simon Poole
66 *
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void setUp() {
5050 }
5151
5252 @ Test
53- public void numbericComparisonTest () {
53+ public void numericComparisonTest () {
5454 try {
5555 ConditionalRestrictionParser parser = new ConditionalRestrictionParser (new ByteArrayInputStream ("100 @ (weight<=3.5); 70 @ weight>3.5" .getBytes ()));
5656 List <Restriction > rs = parser .restrictions ();
You can’t perform that action at this time.
0 commit comments