JAL-2885 tests updated for code changes
[jalview.git] / src / jalview / ws / dbsources / Rfam.java
index 51edb05..1d9d99a 100644 (file)
@@ -32,7 +32,7 @@ import com.stevesoft.pat.Regex;
  */
 abstract public class Rfam extends Xfam
 {
-  private static final String RFAM_BASEURL_KEY = "RFAM_BASEURL";
+  static final String RFAM_BASEURL_KEY = "RFAM_BASEURL";
 
   private static final String DEFAULT_RFAM_BASEURL = "https://rfam.xfam.org";