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

/opengrok/test/org/opensolaris/opengrok/web/
H A DUtilTest.java127 public void readableLine() throws Exception { method in class:UtilTest
130 Util.readableLine(42, out, null, null, null, null);
135 Util.readableLine(110, out, null, null, null, null);
/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java489 public static void readableLine(int num, Writer out, Annotation annotation, method in class:Util
493 readableLine(num, out, annotation, userPageLink, userPageSuffix, project, false);
496 public static void readableLine(int num, Writer out, Annotation annotation, method in class:Util

Completed in 11 milliseconds