in progress
authorcmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 28 Oct 2013 23:32:06 +0000 (23:32 +0000)
committercmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Mon, 28 Oct 2013 23:32:06 +0000 (23:32 +0000)
forester/java/src/org/forester/ws/seqdb/UniProtEntry.java

index 029c4b1..13ee113 100644 (file)
@@ -294,4 +294,16 @@ public final class UniProtEntry implements SequenceDatabaseEntry {
     public SortedSet<Annotation> getAnnotations() {
         return null;
     }
+
+    @Override
+    public String getMap(  ) {
+      
+        return null;
+    }
+
+    @Override
+    public String getChromosome(  ) {
+       
+        return null;
+    }
 }