public class ChangesetDiscussionComment extends Object
Modifier and Type | Field and Description |
---|---|
private Date |
date
date this comment was posted at
|
private String |
text
comment text
|
private User |
user
the user who posted the comment
|
Constructor and Description |
---|
ChangesetDiscussionComment(Date date,
User user)
Constructs a new
ChangesetDiscussionComment . |
public ChangesetDiscussionComment(Date date, User user)
ChangesetDiscussionComment
.date
- date this comment was posted atuser
- the user who posted the comment