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

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLine.java62 * Line contains both the original text of the line, plus the node
70 * @version $Id: Line.java,v 1.3 2003/10/13 07:59:46 rdonkin Exp $
72 final public class Line class
77 Line(Node revision, Object text) method in class:Line
91 else if (!(other instanceof Line))
97 return this.getText().equals(((Line) other).getText());
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 449 milliseconds