lastCount = ls.size();
}
private Widget appendComment(DiscussionRecord r) {
SmallLabel hrd = new SmallLabel(Format.format(constants.smallCommentBy0On1Small(), r.author, new Date(r.timestamp).toString()));
hrd.addStyleName("discussion-header");
commentList.add(hrd);
Label lbl = new Label(r.note);
lbl.setStyleName("x-form-field");
commentList.add(lbl);
commentList.add(new HTML("<br/>"));