- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for appendLineNumber (0.06 seconds)
-
src/main/java/org/codelibs/fess/helper/DocumentHelper.java
* @param content the content to add line numbers to * @return the content with line numbers prepended, or empty string if content is blank */ public String appendLineNumber(final String prefix, final String content) { if (StringUtil.isBlank(content)) { return StringUtil.EMPTY; } final String[] values = content.split("\n");Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Mar 30 14:27:04 GMT 2026 - 17.4K bytes - Click Count (0)