Inner class should be static (since it doesn't reference parent).

This commit is contained in:
Anthony Whitford
2015-09-07 14:40:32 -07:00
parent 115f63c330
commit 444685bc05

View File

@@ -179,7 +179,7 @@ public class CPEHandler extends DefaultHandler {
/**
* A simple class to maintain information about the current element while parsing the CPE XML.
*/
protected class Element {
protected static final class Element {
/**
* A node type in the CPE Schema 2.2