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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java45 private int widestAuthor; field in class:Annotation
123 return widestAuthor;
159 widestAuthor = Math.max(widestAuthor, info.author.length());

Completed in 8 milliseconds