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

/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DHelpSubCommandHandler.java887 LocalizableMessage c1 = buildLine('=', MAX_LINE_WIDTH);
888 LocalizableMessage c2 = buildLine('-', MAX_LINE_WIDTH);
952 private LocalizableMessage buildLine(char c, int length) { method in class:HelpSubCommandHandler

Completed in 41 milliseconds