Skip to content

Commit 6a4a124

Browse files
committed
Fix method signature
1 parent 0a3d2ba commit 6a4a124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/commoncrawl/whirlwind/ValidateWARC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static void main(String[] args) throws Exception {
4646

4747
}
4848

49-
public static int getWarcCompressionInformation(Path inputWarc) throws IOException {
49+
public static int getWarcCompressionInformation(Path inputWarc) throws IllegalArgumentException {
5050
final AtomicInteger memberCount = new AtomicInteger(0);
5151

5252
try (InputStream fis = Files.newInputStream(inputWarc);

0 commit comments

Comments
 (0)