Skip to content

Commit

Permalink
Fix test due to recent changes in core
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Dec 4, 2019
1 parent 371102d commit 07bad1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,7 @@ public Future<Buffer> read(Buffer buffer, int offset, long position, int length)
public AsyncFile flush(Handler<AsyncResult<Void>> handler) { throw new UnsupportedOperationException(); }
public AsyncFile setReadPos(long l) { throw new UnsupportedOperationException(); }
public AsyncFile setReadLength(long l) { throw new UnsupportedOperationException(); }
public long getReadLength() { throw new UnsupportedOperationException(); }
public AsyncFile setWritePos(long l) { throw new UnsupportedOperationException(); }
public AsyncFile setReadBufferSize(int i) { throw new UnsupportedOperationException(); }
public AsyncFile exceptionHandler(Handler<Throwable> handler) {
Expand Down

0 comments on commit 07bad1d

Please sign in to comment.