getErrorDisplay method

String getErrorDisplay(
  1. String s
)

Implementation

String getErrorDisplay(String s) {
  return escapeWhitespace(s);
}