fixed warnings
This commit is contained in:
parent
3be56b4f5a
commit
80565a2b03
4 changed files with 18 additions and 21 deletions
|
|
@ -6,5 +6,6 @@ package zutil.network.nio.worker.grid;
|
|||
* @author Ziver
|
||||
*/
|
||||
public interface GridResultHandler<T> {
|
||||
|
||||
public void resultEvent(int jobID, boolean correct, T result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue