fileFormat enum wip changes
[jalview.git] / src / jalview / io / FeaturesFile.java
index 6f06a87..20c44bc 100755 (executable)
@@ -733,9 +733,10 @@ public class FeaturesFile extends AlignFile implements FeaturesSourceI
    * @return error message
    */
   @Override
-  public String print()
+  public String print(SequenceI[] sqs, boolean jvsuffix)
   {
-    return "Use printGffFormat() or printJalviewFormat()";
+    System.out.println("Use printGffFormat() or printJalviewFormat()");
+    return null;
   }
 
   /**