Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DOptions.java333 HTMLReportGenerator.noCommentsOnRemovals = true; in validOptions()
339 HTMLReportGenerator.noCommentsOnRemovals = true; in validOptions()
DHTMLReportGenerator.java1816 if (noCommentsOnRemovals && linkType == 0) { in emitComment()
1916 public static boolean noCommentsOnRemovals = false; field in HTMLReportGenerator