[INFO] Compilation failure
C:\Source\grizzly_new\grizzly\code\modules\utils\src\main\java\com\sun\grizzly\u
til\ThreadPoolFactory.java:[64,17]
com.sun.grizzly.util.ThreadPoolFactory.PoolWr
ap is not abstract and does not override abstract method
<T>invokeAny(java.util.
Collection<? extends
java.util.concurrent.Callable<T>>,long,java.util.concurrent
.TimeUnit) in java.util.concurrent.ExecutorService
I filled a issue :
https://grizzly.dev.java.net/issues/show_bug.cgi?id=775
on JDK 6 if you put @override you must be sure that the extends classes or
interface have the method or it will failed at compilation.
--
-------------
A+
Sébastien.
Vous pouvez me suivre sur Twitter / You can follow me on Twitter :
http://twitter.com/survivant