Home
last modified time | relevance | path

Searched refs:newComments_ (Results 1 – 1 of 1) sorted by relevance

/external/jdiff/src/jdiff/
DHTMLReportGenerator.java29 private Comments newComments_ = null; field in HTMLReportGenerator
36 Collections.sort(newComments_.commentsList_); in getNewComments()
37 return newComments_; in getNewComments()
49 newComments_ = new Comments(); in generate()
1902 newComments_.addComment(newComment); in emitComment()