Dropping the serialVersionUID from EventListenerSupport per LANG-765

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1225109 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Henri Yandell 2011-12-28 06:27:47 +00:00
parent bec8377596
commit d486ed9323
1 changed files with 0 additions and 2 deletions

View File

@ -291,8 +291,6 @@ protected InvocationHandler createInvocationHandler() {
* An invocation handler used to dispatch the event(s) to all the listeners. * An invocation handler used to dispatch the event(s) to all the listeners.
*/ */
protected class ProxyInvocationHandler implements InvocationHandler { protected class ProxyInvocationHandler implements InvocationHandler {
/** Serialization version */
private static final long serialVersionUID = 1L;
/** /**
* Propagates the method call to all registered listeners in place of * Propagates the method call to all registered listeners in place of