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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java50 private int widestRevision; field in class:Annotation
133 return widestRevision;
154 widestRevision = Math.max(widestRevision, line.revision.length());

Completed in 8 milliseconds