fix
This commit is contained in:
@@ -8,5 +8,5 @@ import java.io.FileNotFoundException;
|
||||
import java.io.IOException;
|
||||
|
||||
public interface BaseService<T extends BaseRequest, V extends BaseResponse> {
|
||||
V execute(T input) throws IOException;
|
||||
V execute(T input) throws Exception;
|
||||
}
|
||||
|
Reference in New Issue
Block a user