Searched defs:addLine (Results 1 - 2 of 2) sorted by relevance
/opengrok/test/org/opensolaris/opengrok/history/ |
H A D | AnnotationTest.java | 66 instance.addLine("1.0", "Author", true); 68 instance.addLine("1.1.0", "Author 2", false); 79 instance.addLine("1.0", "Author", true); 81 instance.addLine("1.1.0", "Author 2", false); 92 instance.addLine("1.0", "Author", true); 94 instance.addLine("1.1.0", "Author 2", false); 105 instance.addLine("1.0", "Author", true); 107 instance.addLine("1.1", "Author 2", true); 118 instance.addLine("1.0", "Author", true); 120 instance.addLine("1. 141 public void addLine() { method in class:AnnotationTest [all...] |
/opengrok/src/org/opensolaris/opengrok/history/ |
H A D | Annotation.java | 155 void addLine(String revision, String author, boolean enabled) { method in class:Annotation
|
Completed in 26 milliseconds