Searched refs:trimmedValue (Results 1 – 1 of 1) sorted by relevance
281 String trimmedValue = value.trim(); in dump() local282 if (trimmedValue.length() > 60) { in dump()283 trimmedValue = trimmedValue.substring(0, 57) + "..."; in dump()285 if (trimmedValue.length() > 0) { in dump()286 System.out.print(trimmedValue); in dump()
Completed in 14 milliseconds