Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DComments.java31 private static Comments oldComments_ = null; field in Comments
59 oldComments_ = new Comments(); in readFile()
61 DefaultHandler handler = new CommentsHandler(oldComments_); in readFile()
101 Collections.sort(oldComments_.commentsList_); in readFile()
102 return oldComments_; in readFile()