Package | Description |
---|---|
org.openstreetmap.josm.data.notes |
Modifier and Type | Field and Description |
---|---|
private java.util.List<NoteComment> |
Note.comments |
Modifier and Type | Method and Description |
---|---|
NoteComment |
Note.getFirstComment()
Returns the comment that was submitted by the user when creating the note
|
Modifier and Type | Method and Description |
---|---|
java.util.List<NoteComment> |
Note.getComments() |
Modifier and Type | Method and Description |
---|---|
void |
Note.addComment(NoteComment comment) |