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:
parent
bec8377596
commit
d486ed9323
|
@ -291,8 +291,6 @@ public class EventListenerSupport<L> implements Serializable {
|
|||
* An invocation handler used to dispatch the event(s) to all the listeners.
|
||||
*/
|
||||
protected class ProxyInvocationHandler implements InvocationHandler {
|
||||
/** Serialization version */
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* Propagates the method call to all registered listeners in place of
|
||||
|
|
Loading…
Reference in New Issue