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:
mrglavas 2005-09-30 20:40:52 +00:00
parent 005dd3d7d7
commit 376c96b652

View File

@ -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>