Polish
Closes gh-16219
This commit is contained in:
committed by
Madhura Bhave
parent
b7b2798f13
commit
c5b5f752ed
@@ -2,6 +2,5 @@ import java.io.*;
|
||||
import sample.layout.*;
|
||||
|
||||
Verify.verify(
|
||||
new File( basedir, "target/custom-0.0.1.BUILD-SNAPSHOT.jar" ), "custom"
|
||||
);
|
||||
|
||||
new File(basedir, "target/custom-0.0.1.BUILD-SNAPSHOT.jar"), "custom"
|
||||
)
|
||||
|
||||
@@ -2,6 +2,5 @@ import java.io.*;
|
||||
import sample.layout.*;
|
||||
|
||||
Verify.verify(
|
||||
new File( basedir, "target/default-0.0.1.BUILD-SNAPSHOT.jar" ), "sample"
|
||||
);
|
||||
|
||||
new File(basedir, "target/default-0.0.1.BUILD-SNAPSHOT.jar"), "sample"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user