Home
last modified time | relevance | path

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

/external/jdiff/src/jdiff/
DComments.java187 public static final String placeHolderText = "InsertCommentsHere"; field in Comments
195 return placeHolderText; in getComment()
199 return placeHolderText; in getComment()
DCommentsHandler.java134 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments()
DAPIHandler.java222 currentText.compareTo(Comments.placeHolderText) != 0) { in addTextToComments()
DRootDocToXML.java819 rct.indexOf(Comments.placeHolderText) == -1 && in addDocumentation()
928 rct.indexOf(Comments.placeHolderText) == -1 && in addPkgDocumentation()
DHTMLReportGenerator.java1883 if (comment.compareTo(Comments.placeHolderText) == 0) { in emitComment()