removed save as NHX
[jalview.git] / forester / java / src / org / forester / surfacing / SimpleDomain.java
index 9200eb8..5182865 100644 (file)
 // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
 //
 // Contact: phylosoft @ gmail . com
-// WWW: www.phylosoft.org/forester
+// WWW: https://sites.google.com/site/cmzmasek/home/software/forester
 
 package org.forester.surfacing;
 
 import org.forester.go.GoId;
+import org.forester.protein.Domain;
+import org.forester.protein.DomainId;
 import org.forester.util.ForesterUtil;
 
 /*
@@ -72,6 +74,7 @@ public class SimpleDomain implements Domain {
         throw new RuntimeException( "method not implemented" );
     }
 
+    @Override
     public int getLength() {
         throw new RuntimeException( "method not implemented" );
     }