Skip to content

Commit 3ceaf0f

Browse files
committed
Remove one @SuppressWarnings
1 parent c00f872 commit 3ceaf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/beanutils2/ConvertUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public void tearDown() {
8282
}
8383

8484
@Test
85-
@SuppressWarnings({ "unchecked", "rawtypes" })
85+
@SuppressWarnings({ "rawtypes" })
8686
// We need to use raw types in order to test legacy converters
8787
void testConvertToString() throws Exception {
8888
final Converter dummyConverter = (type, value) -> value;

0 commit comments

Comments
 (0)