Changeset 9214 in josm for trunk/test/unit/org/openstreetmap/josm/actions
- Timestamp:
- 2015-12-29T19:23:48+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/actions/search/SearchCompilerTest.java
r8899 r9214 39 39 private static final class SearchContext { 40 40 final DataSet ds = new DataSet(); 41 final Node n1 = new Node( new LatLon(0, 0));41 final Node n1 = new Node(LatLon.ZERO); 42 42 final Node n2 = new Node(new LatLon(5, 5)); 43 43 final Way w1 = new Way();
Note:
See TracChangeset
for help on using the changeset viewer.
