JAL-3026 GD#107,128,130,139 build-site.xml
[jalview.git] / src / jalview / ws / ebi / EBIFetchClient.java
index 07a9df4..5dc3c94 100644 (file)
@@ -216,6 +216,12 @@ public class EBIFetchClient
       InputStream is = new BufferedInputStream(conn.getInputStream());
       if (outFile != null)
       {
+        /**@j2sNative 
+         * if (outFile._isTemp) {
+         * outFile._bytes = is.$in.$in.buf;
+         * return null;
+         * }
+         */
         FileOutputStream fio = new FileOutputStream(outFile);
         byte[] bb = new byte[32 * 1024];
         int l;