Skip to content

Commit

Permalink
Removed unneeded javadoc addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Seijkens committed Jan 11, 2021
1 parent 2cc1897 commit 772ec13
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
import static org.junit.Assert.*;

import java.io.File;
import java.io.IOException;
import java.util.Arrays;
import java.util.List;
import java.util.stream.IntStream;
Expand Down Expand Up @@ -64,7 +63,6 @@ public class ExcelDataContextTest {
*
* @param path
* @return
* @throws IOException
*/
private File copyOf(String path) {
final File srcFile = new File(path);
Expand Down

0 comments on commit 772ec13

Please sign in to comment.