JAL-4343 patch for JAL-4347 uniprot non-pos feature parsing
[jalview.git] / src / jalview / ws / dbsources / PfamFull.java
index ec9fcbb..6cf5fda 100644 (file)
@@ -29,24 +29,7 @@ public class PfamFull extends Pfam
   public PfamFull()
   {
     super();
-  }
-
-  /*
-   * (non-Javadoc)
-   * 
-   * @see jalview.ws.dbsources.Pfam#getPFAMURL()
-   */
-  @Override
-  protected String getXFAMURL()
-  {
-    return "http://pfam.xfam.org/family/";
-
-  }
-
-  @Override
-  public String getXFAMURLSUFFIX()
-  {
-    return "/alignment/full";
+    alignmentType = FULL;
   }
 
   /*