Ignore:
Timestamp:
2017-07-30T06:19:58+02:00 (7 years ago)
Author:
Don-vip
Message:

checkstyle - SingleLineJavadocCheck

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/NoteSortDialog.java

    r12279 r12540  
    7373    }
    7474
    75     /** @return Note comparator that the user has selected */
     75    /**
     76     * Returns the Note comparator that the user has selected.
     77     * @return Note comparator that the user has selected
     78     */
    7679    public Comparator<Note> getSelectedComparator() {
    7780        if (dateSort.isSelected()) {
Note: See TracChangeset for help on using the changeset viewer.