JAL-2656 JAL-3615 check response headers to test for gzipped url reply
[jalview.git] / src / jalview / ws / dbsources / Rfam.java
index dba3e31..c9ee7fc 100644 (file)
@@ -39,7 +39,7 @@ abstract public class Rfam extends Xfam
   /*
    * append to URLs to retrieve as a gzipped file
    */
-  public static final String GZIPPED = "?gz=1&download=1";
+  protected static final String GZIPPED = "?gzip=1&download=1";
 
   @Override
   protected String getURLPrefix()