Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DComments.java205 int numIdx = endIdx - startIdx + 1; in getComment() local
206 if (numIdx != 1) { in getComment()
207 …System.out.println("Warning: " + numIdx + " identical ids in the existing comments file. Using the… in getComment()