JAL-3541 selectively merged build.gradle and gradle.properties
[jalview.git] / src / jalview / api / AlignViewControllerI.java
index a7ec69e..58a58e9 100644 (file)
@@ -96,7 +96,7 @@ public interface AlignViewControllerI
    * @return true if parsing resulted in something being imported to the view or
    *         dataset
    */
-  public boolean parseFeaturesFile(String file, DataSourceType sourceType,
+  public boolean parseFeaturesFile(Object file, DataSourceType sourceType,
           boolean relaxedIdMatching);
 
   /**