Exemple #1
0
 /**
  * Removes comments from the specified string.
  *
  * @param in input string
  * @return result
  */
 private String norm(final String in) {
   return QueryProcessor.removeComments(in, maxout);
 }