mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Fixed typing issue
This commit is contained in:
@ -15,7 +15,7 @@ public class MPQFileHandleReader implements AsyncReader<ByteBuf> {
|
||||
@Override
|
||||
public Callable<ByteBuf> readFuture(
|
||||
final Asset asset,
|
||||
final CatchableCallable.ExceptionHandler exceptionHandler) {
|
||||
final AsyncHandler exceptionHandler) {
|
||||
return CatchableCallable.wrap(new Callable<ByteBuf>() {
|
||||
@Override
|
||||
public ByteBuf call() {
|
||||
|
Reference in New Issue
Block a user