Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DComments.java435 public static void noteDifferences(Comments oldComments, Comments newComments) { in noteDifferences() argument
436 if (oldComments == null) { in noteDifferences()
443 Iterator iter = oldComments.commentsList_.iterator(); in noteDifferences()