Merge branch 'develop' of https://source.jalview.org/git/jalview.git into develop
[jalview.git] / src / jalview / json / binding / biojson / v1 / SequenceFeaturesPojo.java
index 4c413c5..64fee65 100644 (file)
@@ -7,9 +7,6 @@ import com.github.reinert.jjschema.Attributes;
 
 public class SequenceFeaturesPojo
 {
-  @Attributes(required = true, description = "Serial version id for the <b>SeqFeature</b> object")
-  private String svid = "1.0";
-
   @Attributes(required = true, description = "Start residue position for the sequence feature")
   private int xStart;
 
@@ -153,17 +150,4 @@ public class SequenceFeaturesPojo
     this.sequenceRef = sequenceRef;
   }
 
-  public String getSvid()
-  {
-    return svid;
-  }
-
-//public Map<String, Object> getOtherDetails() {
-//     return otherDetails;
-//}
-//
-//public void setOtherDetails(Map<String, Object> otherDetails) {
-//     this.otherDetails = otherDetails;
-//}
-
 }