Merge branch 'develop' into features/JAL-1705_ensembl
[jalview.git] / src / jalview / json / binding / v1 / BioJSReleasePojo.java
diff --git a/src/jalview/json/binding/v1/BioJSReleasePojo.java b/src/jalview/json/binding/v1/BioJSReleasePojo.java
deleted file mode 100644 (file)
index 61dd308..0000000
+++ /dev/null
@@ -1,46 +0,0 @@
-package jalview.json.binding.v1;
-
-public class BioJSReleasePojo
-{
-
-  private String url;
-
-  private String version;
-
-  private String type;
-
-  public BioJSReleasePojo()
-  {
-
-  }
-
-  public String getUrl()
-  {
-    return url;
-  }
-
-  public void setUrl(String url)
-  {
-    this.url = url;
-  }
-
-  public String getVersion()
-  {
-    return version;
-  }
-
-  public void setVersion(String version)
-  {
-    this.version = version;
-  }
-
-  public String getType()
-  {
-    return type;
-  }
-
-  public void setType(String type)
-  {
-    this.type = type;
-  }
-}