Ignore:
Timestamp:
2015-11-28T18:26:23+01:00 (8 years ago)
Author:
Don-vip
Message:

sonar - Immutable Field

File:
1 edited

Legend:

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

    r9059 r9067  
    1212public class NoteComment {
    1313
    14     private String text;
    15     private User user;
    16     private Date commentTimestamp;
    17     private Action action;
     14    private final String text;
     15    private final User user;
     16    private final Date commentTimestamp;
     17    private final Action action;
    1818
    1919    //not currently used. I'm planning on using this to keep track of new actions that need to be uploaded
Note: See TracChangeset for help on using the changeset viewer.