Author: bayard
Date: Wed Dec 28 06:27:47 2011
New Revision: 1225109

URL: http://svn.apache.org/viewvc?rev=1225109&view=rev
Log:
Dropping the serialVersionUID from EventListenerSupport per LANG-765

Modified:
    
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java

Modified: 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java
URL: 
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java?rev=1225109&r1=1225108&r2=1225109&view=diff
==============================================================================
--- 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java
 (original)
+++ 
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/event/EventListenerSupport.java
 Wed Dec 28 06:27:47 2011
@@ -291,8 +291,6 @@ public class EventListenerSupport<L> imp
      * 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


Reply via email to