Skip to content

Commit f02f54f

Browse files
committed
Remove unnecessary instantiation of BigInteger
1 parent abe5363 commit f02f54f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/scalastyle/maven/plugin/ScalastyleViolationCheckMojo.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.scalastyle.maven.plugin;
1818

1919
import java.io.File;
20-
import java.math.BigInteger;
2120
import java.net.URL;
2221
import java.net.URLClassLoader;
2322
import java.util.ArrayList;
@@ -198,8 +197,6 @@ public void execute() throws MojoFailureException, MojoExecutionException {
198197

199198
performCheck();
200199
}
201-
202-
new BigInteger("6");
203200
}
204201

205202
private void performCheck() throws MojoFailureException, MojoExecutionException {

0 commit comments

Comments
 (0)