Skip to content

Commit 019bda3

Browse files
committed
fix for AsyncFileChooser.getFileBytes(File)
1 parent b545ef9 commit 019bda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/javajs/async/AsyncFileChooser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ public int getSelectedOption() {
210210
return optionSelected;
211211
}
212212

213-
public static byte[] getFileBytes() {
213+
public static byte[] getFileBytes(File f) {
214214
return /** @j2sNative f.秘bytes || */null;
215215
}
216216

0 commit comments

Comments
 (0)