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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java44 private int widestRevision; field in class:Annotation
114 return widestRevision;
158 widestRevision = Math.max(widestRevision, revision.length());

Completed in 7 milliseconds