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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java51 private int widestAuthor; field in class:Annotation
142 return widestAuthor;
155 widestAuthor = Math.max(widestAuthor, line.author.length());

Completed in 7 milliseconds