Severity Description Resource In Folder Location Creation Time
The private field StringEscapeUtils.DEFAULT_ENTITIES is never read locally StringEscapeUtils.java Apache Jakarta Commons/lang/src/java/org/apache/commons/lang line 80 July 28, 2003 9:17:25 AM git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137521 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3b19309d76
commit
c8ecea62ca
|
@ -73,15 +73,10 @@ import org.apache.commons.lang.exception.NestableRuntimeException;
|
|||
* @author <a href="mailto:ggregory@seagullsw.com">Gary Gregory</a>
|
||||
* @author Phil Steitz
|
||||
* @since 2.0
|
||||
* @version $Id: StringEscapeUtils.java,v 1.20 2003/07/26 10:32:17 scolebourne Exp $
|
||||
* @version $Id: StringEscapeUtils.java,v 1.21 2003/07/28 16:17:57 ggregory Exp $
|
||||
*/
|
||||
public class StringEscapeUtils {
|
||||
|
||||
/**
|
||||
* The entity set to use when escaping and unescaping HTML.
|
||||
*/
|
||||
private static final Entities DEFAULT_ENTITIES = Entities.HTML40;
|
||||
|
||||
/**
|
||||
* <p><code>StringEscapeUtils</code> instances should NOT be constructed in
|
||||
* standard programming.</p>
|
||||
|
|
Loading…
Reference in New Issue