getErrorDisplay method

String getErrorDisplay(
  1. String s
)
inherited

Implementation

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