Skip to content

Commit edef731

Browse files
committed
Don't use wildcards even for Asserts
1 parent df5c2e7 commit edef731

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/util/TestPureJavaCrc32C.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@
1717
*/
1818
package org.apache.hadoop.util;
1919

20-
import static org.junit.Assert.*;
21-
2220
import java.util.zip.Checksum;
2321

2422
import org.junit.Test;
2523

24+
import static org.junit.Assert.assertEquals;
25+
26+
2627
public class TestPureJavaCrc32C {
2728

2829
@Test

0 commit comments

Comments
 (0)