You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/11/26 18:02:15 UTC

svn commit: r1206499 - /commons/proper/pool/trunk/src/test/org/apache/commons/pool2/TestPoolUtils.java

Author: sebb
Date: Sat Nov 26 17:02:14 2011
New Revision: 1206499

URL: http://svn.apache.org/viewvc?rev=1206499&view=rev
Log:
Unnecessary suppresswarnings

Modified:
    commons/proper/pool/trunk/src/test/org/apache/commons/pool2/TestPoolUtils.java

Modified: commons/proper/pool/trunk/src/test/org/apache/commons/pool2/TestPoolUtils.java
URL: http://svn.apache.org/viewvc/commons/proper/pool/trunk/src/test/org/apache/commons/pool2/TestPoolUtils.java?rev=1206499&r1=1206498&r2=1206499&view=diff
==============================================================================
--- commons/proper/pool/trunk/src/test/org/apache/commons/pool2/TestPoolUtils.java (original)
+++ commons/proper/pool/trunk/src/test/org/apache/commons/pool2/TestPoolUtils.java Sat Nov 26 17:02:14 2011
@@ -56,7 +56,6 @@ public class TestPoolUtils {
     /** Sleep time to let the minIdle tests run CHECK_COUNT times. */
     private static final int CHECK_SLEEP_PERIOD = CHECK_PERIOD * (CHECK_COUNT - 1) + CHECK_PERIOD / 2;
 
-    @SuppressWarnings("unused")
     public void testJavaBeanInstantiation() {
         new PoolUtils();
     }