I have a Java application that makes heavy use of a large file, to read, process and give through to SolrEmbeddedServer (http://lucene.apache.org/solr/).
One of the func
For the casual reader, there is a new player in the Html escape field: unbescape.
An unescape operation on HTML code can be done like this:
final String unescapedText = HtmlEscape.unescapeHtml(escapedText);