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

/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchive.java1167 * @param latest the version of the last revision in the log.
1169 public Node[] changeLog(Version latest) argument
1171 return changeLog(latest, head.root().version);
1176 * @param latest the version of the last revision in the log.
1179 public Node[] changeLog(Version latest, Version earliest) argument
1181 Node last = findNode(latest);
1184 throw new NodeNotFoundException(latest.toString());

Completed in 19 milliseconds