Author: ggregory
Date: Mon Oct 31 14:47:35 2011
New Revision: 1195485
URL: http://svn.apache.org/viewvc?rev=1195485&view=rev
Log:
Remove unnecessary @SuppressWarnings("unchecked")
Modified:
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/AbstractTestSuite.java
Modified:
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/AbstractTestSuite.java
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/AbstractTestSuite.java?rev=1195485&r1=1195484&r2=1195485&view=diff
==============================================================================
---
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/AbstractTestSuite.java
(original)
+++
commons/proper/vfs/trunk/core/src/test/java/org/apache/commons/vfs2/test/AbstractTestSuite.java
Mon Oct 31 14:47:35 2011
@@ -175,7 +175,6 @@ public abstract class AbstractTestSuite
assertFalse(readFolder.getName().getPath().equals(FileName.ROOT_PATH));
// Configure the tests
- @SuppressWarnings("unchecked")
final Enumeration<Test> tests = testSuite.tests();
while (tests.hasMoreElements())
{