X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=src%2Fjavajs%2Fapi%2FGenericZipInputStream.java;fp=src%2Fjavajs%2Fapi%2FGenericZipInputStream.java;h=e2e80185533a4fc120e0e5a411a8b46bbd04b89c;hp=ce8dd151bc2c6c5d9ab51be283d0cbdb6d9fe7e4;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/src/javajs/api/GenericZipInputStream.java b/src/javajs/api/GenericZipInputStream.java index ce8dd15..e2e8018 100644 --- a/src/javajs/api/GenericZipInputStream.java +++ b/src/javajs/api/GenericZipInputStream.java @@ -1,13 +1,13 @@ -package javajs.api; - - -import java.io.InputStream; -import java.util.zip.ZipInputStream; - -public class GenericZipInputStream extends ZipInputStream implements ZInputStream { - - public GenericZipInputStream(InputStream in) { - super(in); - } - +package javajs.api; + + +import java.io.InputStream; +import java.util.zip.ZipInputStream; + +public class GenericZipInputStream extends ZipInputStream implements ZInputStream { + + public GenericZipInputStream(InputStream in) { + super(in); + } + } \ No newline at end of file