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

/opengrok/src/org/opensolaris/opengrok/history/
H A DJDBCHistoryCache.java520 * @param str the string to truncate
526 private static String truncate(String str, int length) { method in class:JDBCHistoryCache
832 msg = truncate(msg, MAX_MESSAGE_LENGTH);

Completed in 11 milliseconds