HomeSort by relevance Sort by last modified time
    Searched full:oldcomments_ (Results 1 - 1 of 1) sorted by null

  /external/jdiff/src/jdiff/
Comments.java 30 private static Comments oldComments_ = null;
58 oldComments_ = new Comments();
60 DefaultHandler handler = new CommentsHandler(oldComments_);
103 Collections.sort(oldComments_.commentsList_);
104 return oldComments_;

Completed in 26 milliseconds