JAL-3032 FileChooser missing correct call to JSToolkit.getFileAsBytes$
authorhansonr <hansonr@stolaf.edu>
Thu, 28 Jun 2018 13:20:11 +0000 (14:20 +0100)
committerhansonr <hansonr@stolaf.edu>
Thu, 28 Jun 2018 13:20:11 +0000 (14:20 +0100)
src/jalview/io/FileParse.java

index 4df9165..7eba512 100755 (executable)
@@ -380,7 +380,7 @@ public class FileParse
        * 
        * @j2sNative
        * 
-       * this.bytes = swingjs.JSToolkit.getFileAsBytes(fileStr);
+       * this.bytes = swingjs.JSToolkit.getFileAsBytes$S(fileStr);
        * 
        */