Ignore:
Timestamp:
2014-10-18T23:07:52+02:00 (11 years ago)
Author:
donvip
Message:

[josm_plugins] fix Java 7 / unused code warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/cadastre-fr/src/cadastre_fr/SimplifyWay.java

    r20585 r30737  
    2323    public void simplifyWayRange(Way wnew, int from, int to, double thr) {
    2424        if (to - from >= 2) {
    25             ArrayList<Node> ns = new ArrayList<Node>();
     25            ArrayList<Node> ns = new ArrayList<>();
    2626            simplifyWayRange(wnew, from, to, ns, thr);
    2727            List<Node> nodes = wnew.getNodes();
Note: See TracChangeset for help on using the changeset viewer.