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

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DAnnotationTest.java66 instance.addLine("1.0", "Author");
68 instance.addLine("1.1.0", "Author 2");
79 instance.addLine("1.0", "Author");
81 instance.addLine("1.1.0", "Author 2");
92 instance.addLine("1.0", "Author");
94 instance.addLine("1.1", "Author 2");
105 instance.addLine("1.0", "Author");
107 instance.addLine("1.1.0", "Author 2");
118 instance.addLine("1.0", "Author");
120 instance.addLine("1.
128 public void addLine() { method in class:AnnotationTest
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java145 void addLine(String revision, String author) { method in class:Annotation

Completed in 9 milliseconds