Ignore:
Timestamp:
2019-05-06T07:02:53+02:00 (5 years ago)
Author:
GerdP
Message:

fix #17680: correct misleading javadoc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/tools/Geometry.java

    r15036 r15055  
    8888     *
    8989     * @param ways  a list of ways to test
    90      * @param test  if false, do not build list of Commands, just return nodes
     90     * @param test  if true, do not build list of Commands, just return nodes
    9191     * @param cmds  list of commands, typically empty when handed to this method.
    9292     *              Will be filled with commands that add intersection nodes to
    9393     *              the ways.
    94      * @return list of new nodes
     94     * @return list of new nodes, if test is true the list might not contain all intersections
    9595     */
    9696    public static Set<Node> addIntersections(List<Way> ways, boolean test, List<Command> cmds) {
Note: See TracChangeset for help on using the changeset viewer.