We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3d2ba commit 6a4a124Copy full SHA for 6a4a124
src/main/java/org/commoncrawl/whirlwind/ValidateWARC.java
@@ -46,7 +46,7 @@ public static void main(String[] args) throws Exception {
46
47
}
48
49
- public static int getWarcCompressionInformation(Path inputWarc) throws IOException {
+ public static int getWarcCompressionInformation(Path inputWarc) throws IllegalArgumentException {
50
final AtomicInteger memberCount = new AtomicInteger(0);
51
52
try (InputStream fis = Files.newInputStream(inputWarc);
0 commit comments