Ignore:
Timestamp:
2013-04-29T00:09:53+02:00 (11 years ago)
Author:
stoecker
Message:

fix all remaining javadoc warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/PaintVisitor.java

    r5681 r5909  
    242242     * NOTE: This will return true for a small number of non-visible
    243243     *       segments.
    244      * @param ls The segment to check
    245      * @return true if the segment is visible
     244     * @param n1 The first point of the segment to check
     245     * @param n2 The second point of the segment to check
     246     * @return {@code true} if the segment is visible
    246247     */
    247248    protected boolean isSegmentVisible(Node n1, Node n2) {
Note: See TracChangeset for help on using the changeset viewer.