Changeset 30737 in osm for applications/editors/josm/plugins/turnrestrictions/test/unit/org
- Timestamp:
- 2014-10-18T23:07:52+02:00 (10 years ago)
- Location:
- applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/editor/TurnRestrictionLegEditorTest.java
r30557 r30737 81 81 PrimitiveIdListProvider provider = new PrimitiveIdListProvider() { 82 82 public List<PrimitiveId> getSelectedPrimitiveIds() { 83 List<PrimitiveId> ret = new ArrayList< PrimitiveId>();83 List<PrimitiveId> ret = new ArrayList<>(); 84 84 int [] sel = lstObjects.getSelectedIndices(); 85 85 for (int i: sel){ -
applications/editors/josm/plugins/turnrestrictions/test/unit/org/openstreetmap/josm/plugins/turnrestrictions/qa/IssuesViewTest.java
r30557 r30737 50 50 c.add(pane, gc); 51 51 52 List<Issue> issues = new ArrayList< Issue>();52 List<Issue> issues = new ArrayList<>(); 53 53 issues.add(new RequiredTagMissingError(model, "type", "restriction")); 54 54 issues.add(new MissingRestrictionTypeError(model));
Note:
See TracChangeset
for help on using the changeset viewer.