Searched refs:JAVADOC_BREAK_LENGTH (Results 1 – 1 of 1) sorted by relevance
73 private static final int JAVADOC_BREAK_LENGTH = 60; field in DescriptorsUtils639 if (currentLength >= JAVADOC_BREAK_LENGTH) {643 while (currentLength + s.length() > JAVADOC_BREAK_LENGTH) {644 int pos = s.indexOf(' ', JAVADOC_BREAK_LENGTH - currentLength);