JAL-3829 removed unneeded attribute in FTS core
[jalview.git] / src / jalview / fts / core / FTSRestResponse.java
index 66db2a0..ae50233 100644 (file)
@@ -42,8 +42,6 @@ public class FTSRestResponse
 {
   private int numberOfItemsFound;
   
-  private Long sequenceLength;
-
   private String responseTime;
 
   private Collection<FTSData> searchSummary;
@@ -77,14 +75,6 @@ public class FTSRestResponse
   {
     this.searchSummary = searchSummary;
   }
-  
-  public long getSequenceLength() {
-    return sequenceLength;
-  }
-  
-  public void setSequenceLength(Long seqLength) {
-    this.sequenceLength = seqLength;
-  }
 
   /**
    * Convenience method to obtain a Table model for a given summary List based