Ignore:
Timestamp:
2015-09-24T23:56:05+02:00 (11 years ago)
Author:
Don-vip
Message:

fix javadoc errors/warnings seen with JDK9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/DistributeAction.java

    r8510 r8795  
    210210     * that are furthest apart, and then to distribute all other selected
    211211     * nodes along the straight line between these nodes.
     212     * @param nodes nodes to distribute
    212213     * @return Commands to execute to perform action
    213214     */
    214     private Collection<Command> distributeNodes(Collection<Node> nodes) {
     215    private static Collection<Command> distributeNodes(Collection<Node> nodes) {
    215216        // Find from the selected nodes two that are the furthest apart.
    216217        // Let's call them A and B.
Note: See TracChangeset for help on using the changeset viewer.