fixed warnings

This commit is contained in:
Ziver Koc 2010-08-14 15:33:19 +00:00
parent 3be56b4f5a
commit 80565a2b03
4 changed files with 18 additions and 21 deletions

View file

@ -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);
}