work for rrm project (ComPhy 2012 Moscow)
[jalview.git] / forester / java / src / org / forester / surfacing / SimpleDomain.java
index 9200eb8..74173df 100644 (file)
@@ -27,6 +27,8 @@
 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" );
     }