Ignore:
Timestamp:
2015-11-23T01:09:15+01:00 (8 years ago)
Author:
Don-vip
Message:

checkstyle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/notes/NoteComment.java

    r8380 r9059  
    2424     * while others indicate the note being opened, closed or reopened
    2525     */
    26     public enum Action {opened, closed, reopened, commented}
     26    public enum Action {
     27        opened,
     28        closed,
     29        reopened,
     30        commented
     31    }
    2732
    2833    /**
Note: See TracChangeset for help on using the changeset viewer.