JAL-1705 DbSourceProxy properties converted to methods, tidy/format code
[jalview.git] / src / jalview / ext / ensembl / EnsemblTranscript.java
index 68ed310..c2d0b6e 100644 (file)
@@ -5,7 +5,8 @@ import jalview.ext.ensembl.SeqFetcher.EnsemblSeqType;
 public class EnsemblTranscript extends EnsemblSeqProxy
 {
 
-  public EnsemblTranscript() throws Exception
+  // TODO is this class needed? it seems to duplicate EnsemblProtein
+  public EnsemblTranscript()
   {
     super();
   }