Searched refs:NL (Results 1 - 7 of 7) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/diff/
H A DAddDelta.java110 s.append(Diff.NL);
111 revised.toString(s, "> ", Diff.NL);
H A DChangeDelta.java114 s.append(Diff.NL);
117 s.append(Diff.NL);
H A DDeleteDelta.java111 s.append(Diff.NL);
112 original.toString(s, "< ", Diff.NL);
H A DDelta.java213 s.append(Diff.NL);
216 s.append(Diff.NL);
H A DRevision.java226 toRCSString(s, Diff.NL);
248 return toRCSString(Diff.NL);
H A DDiff.java104 public static final String NL = System.getProperty("line.separator"); field in class:Diff
230 * using {@link Diff#NL Diff.NL}
237 return arrayToString(o, Diff.NL);
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 14 milliseconds