Skip to content

Commit 9c16aba

Browse files
committed
Suppress raw types warnings as well
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1003693 13f79535-47bb-0310-9956-ffa450edef68
1 parent 67053cb commit 9c16aba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/org/apache/commons/io/DirectoryWalkerTestCaseJava4.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* @see DirectoryWalker
4040
*
4141
*/
42-
@SuppressWarnings("unchecked") // Java4
42+
@SuppressWarnings({"unchecked","rawtypes"}) // Java4
4343
public class DirectoryWalkerTestCaseJava4 extends TestCase {
4444

4545
// Directories

0 commit comments

Comments
 (0)