Пример #1
0
 /**
  * escapes " entities in \"
  *
  * @param in the string to convert
  * @deprecated please use escapeHtml.
  * @return the escaped string
  */
 public String escapeDoubleQuotes(String in) {
   return Formatter.escapeDoubleQuotes(in).toString();
 }