Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
konsoletyper committed Sep 5, 2019
1 parent 5b73923 commit a53f59e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
import org.teavm.classlib.fs.VirtualFileAccessor;

public class TFileOutputStream extends OutputStream {
private static byte[] ONE_BYTE_BUFER = new byte[1];
private static final byte[] ONE_BYTE_BUFER = new byte[1];
private VirtualFileAccessor accessor;

public TFileOutputStream(TFile file) throws FileNotFoundException {
Expand Down

0 comments on commit a53f59e

Please sign in to comment.