Author: mcucchiara
Date: Mon Mar 25 19:55:49 2013
New Revision: 1460863

URL: http://svn.apache.org/r1460863
Log:
Removed deprecated constructor, furthermore initialSize var was unused

Modified:
    
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java

Modified: 
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java
URL: 
http://svn.apache.org/viewvc/commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java?rev=1460863&r1=1460862&r2=1460863&view=diff
==============================================================================
--- 
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java
 (original)
+++ 
commons/proper/ognl/trunk/src/main/java/org/apache/commons/ognl/EvaluationPool.java
 Mon Mar 25 19:55:49 2013
@@ -28,17 +28,6 @@ public final class EvaluationPool
 {
     public EvaluationPool()
     {
-        this( 0 );
-    }
-
-    /*
-     * @deprecated evaluation-pool now relies on the jvm garbage collection
-     * therefore providing an initialSize is unnecessary
-     */
-    public EvaluationPool( int initialSize )
-    {
-        super();
-        // do not init object pooling
     }
 
     /**


Reply via email to