mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-24 01:51:49 +01:00
Inner class should be static (since it doesn't reference parent).
This commit is contained in:
@@ -179,7 +179,7 @@ public class CPEHandler extends DefaultHandler {
|
|||||||
/**
|
/**
|
||||||
* A simple class to maintain information about the current element while parsing the CPE XML.
|
* 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
|
* A node type in the CPE Schema 2.2
|
||||||
|
|||||||
Reference in New Issue
Block a user