Author: markt
Date: Thu Aug  1 18:49:13 2013
New Revision: 1509382

URL: http://svn.apache.org/r1509382
Log:
Removed unused constant

Modified:
    
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java

Modified: 
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
URL: 
http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java?rev=1509382&r1=1509381&r2=1509382&view=diff
==============================================================================
--- 
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
 (original)
+++ 
commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/BaseGenericObjectPool.java
 Thu Aug  1 18:49:13 2013
@@ -61,12 +61,6 @@ public abstract class BaseGenericObjectP
 
     // Constants
     /**
-     * Name of the JMX notification broadcast when the pool implementation
-     * swallows an {@link Exception}.
-     */
-    public static final String NOTIFICATION_SWALLOWED_EXCEPTION =
-            "SWALLOWED_EXCEPTION";
-    /**
      * The size of the caches used to store historical data for some attributes
      * so that rolling means may be calculated.
      */


Reply via email to