Return-Path: X-Original-To: apmail-commons-notifications-archive@minotaur.apache.org Delivered-To: apmail-commons-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 628C91892B for ; Sun, 2 Aug 2015 15:46:29 +0000 (UTC) Received: (qmail 46364 invoked by uid 500); 2 Aug 2015 15:46:29 -0000 Delivered-To: apmail-commons-notifications-archive@commons.apache.org Received: (qmail 46314 invoked by uid 500); 2 Aug 2015 15:46:29 -0000 Mailing-List: contact notifications-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list notifications@commons.apache.org Received: (qmail 45898 invoked by uid 99); 2 Aug 2015 15:46:29 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Aug 2015 15:46:28 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id CFDDBAC1150 for ; Sun, 2 Aug 2015 15:46:28 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r960538 [12/30] - in /websites/production/commons/content/proper/commons-pool: ./ apidocs/ apidocs/org/apache/commons/pool2/ apidocs/org/apache/commons/pool2/class-use/ apidocs/org/apache/commons/pool2/impl/ apidocs/org/apache/commons/pool2... Date: Sun, 02 Aug 2015 15:46:22 -0000 To: notifications@commons.apache.org From: psteitz@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150802154628.CFDDBAC1150@hades.apache.org> Modified: websites/production/commons/content/proper/commons-pool/cobertura/org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/cobertura/org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig.html (original) +++ websites/production/commons/content/proper/commons-pool/cobertura/org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig.html Sun Aug 2 15:46:18 2015 @@ -130,16 +130,16 @@
 
 57  
 
-  58  149
     private int minIdlePerKey = DEFAULT_MIN_IDLE_PER_KEY;
+  58  298
     private int minIdlePerKey = DEFAULT_MIN_IDLE_PER_KEY;
 59  
 
-  60  149
     private int maxIdlePerKey = DEFAULT_MAX_IDLE_PER_KEY;
+  60  298
     private int maxIdlePerKey = DEFAULT_MAX_IDLE_PER_KEY;
 61  
 
-  62  149
     private int maxTotalPerKey = DEFAULT_MAX_TOTAL_PER_KEY;
+  62  298
     private int maxTotalPerKey = DEFAULT_MAX_TOTAL_PER_KEY;
 63  
 
-  64  149
     private int maxTotal = DEFAULT_MAX_TOTAL;
+  64  298
     private int maxTotal = DEFAULT_MAX_TOTAL;
 65  
 
 66   @@ -148,8 +148,8 @@
      * Create a new configuration with default settings.
 68  
      */
-  69  149
     public GenericKeyedObjectPoolConfig() {
-  70  149
     }
+  69  298
     public GenericKeyedObjectPoolConfig() {
+  70  298
     }
 71  
 
 72   @@ -172,7 +172,7 @@
      */
 81  
     public int getMaxTotal() {
-  82  148
         return maxTotal;
+  82  296
         return maxTotal;
 83  
     }
 84   @@ -197,8 +197,8 @@
      */
 94  
     public void setMaxTotal(int maxTotal) {
-  95  12
         this.maxTotal = maxTotal;
-  96  12
     }
+  95  24
         this.maxTotal = maxTotal;
+  96  24
     }
 97  
 
 98   @@ -221,7 +221,7 @@
      */
 107  
     public int getMaxTotalPerKey() {
-  108  148
         return maxTotalPerKey;
+  108  296
         return maxTotalPerKey;
 109  
     }
 110   @@ -246,8 +246,8 @@
      */
 120  
     public void setMaxTotalPerKey(int maxTotalPerKey) {
-  121  2
         this.maxTotalPerKey = maxTotalPerKey;
-  122  2
     }
+  121  4
         this.maxTotalPerKey = maxTotalPerKey;
+  122  4
     }
 123  
 
 124   @@ -270,7 +270,7 @@
      */
 133  
     public int getMinIdlePerKey() {
-  134  148
         return minIdlePerKey;
+  134  296
         return minIdlePerKey;
 135  
     }
 136   @@ -295,8 +295,8 @@
      */
 146  
     public void setMinIdlePerKey(int minIdlePerKey) {
-  147  2
         this.minIdlePerKey = minIdlePerKey;
-  148  2
     }
+  147  4
         this.minIdlePerKey = minIdlePerKey;
+  148  4
     }
 149  
 
 150   @@ -319,7 +319,7 @@
      */
 159  
     public int getMaxIdlePerKey() {
-  160  148
         return maxIdlePerKey;
+  160  296
         return maxIdlePerKey;
 161  
     }
 162   @@ -344,8 +344,8 @@
      */
 172  
     public void setMaxIdlePerKey(int maxIdlePerKey) {
-  173  2
         this.maxIdlePerKey = maxIdlePerKey;
-  174  2
     }
+  173  4
         this.maxIdlePerKey = maxIdlePerKey;
+  174  4
     }
 175  
 
 176   @@ -365,6 +365,6 @@
 }
- + \ No newline at end of file Modified: websites/production/commons/content/proper/commons-pool/cobertura/org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean.html ============================================================================== --- websites/production/commons/content/proper/commons-pool/cobertura/org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean.html (original) +++ websites/production/commons/content/proper/commons-pool/cobertura/org.apache.commons.pool2.impl.GenericKeyedObjectPoolMXBean.html Sun Aug 2 15:46:18 2015 @@ -433,6 +433,6 @@
 }
- + \ No newline at end of file