Skip to content

Commit 53def50

Browse files
committed
Remove wildcard static import
My last commit accidentally added a wildcard to a static import. This commit reverses that.
1 parent 7587431 commit 53def50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/commons/lang3/builder/MultilineRecursiveToStringStyleTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
package org.apache.commons.lang3.builder;
1919

20-
import static org.junit.Assert.*;
20+
import static org.junit.Assert.assertEquals;
2121

2222
import java.util.ArrayList;
2323
import java.util.List;

0 commit comments

Comments
 (0)