Searched defs:postfix (Results 1 - 1 of 1) sorted by relevance

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DChunk.java260 * postfix.
269 * postfix.
272 * @param postfix the text that should end each line.
274 public StringBuffer toString(StringBuffer s, String prefix, String postfix) argument
283 s.append(postfix);

Completed in 8 milliseconds