OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldComments_
(Results
1 - 2
of
2
) 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_
;
/external/guava/guava/lib/
jdiff.jar
Completed in 68 milliseconds