Adding serialVersionUID to a serializable class.
git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@292851 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
005dd3d7d7
commit
376c96b652
@ -320,6 +320,8 @@ class FactoryFinder {
|
||||
* <p>Configuration Error.</p>
|
||||
*/
|
||||
static class ConfigurationError extends Error {
|
||||
|
||||
private static final long serialVersionUID = -3644413026244211347L;
|
||||
|
||||
/**
|
||||
* <p>Exception that caused the error.</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user