Ignore NetworkChannel class. See #396

This commit is contained in:
norman 2012-07-03 13:52:33 +02:00
parent 7d33846690
commit a5b6f1d615

View File

@ -285,6 +285,7 @@
<ignore>java.nio.channels.AsynchronousSocketChannel</ignore> <ignore>java.nio.channels.AsynchronousSocketChannel</ignore>
<ignore>java.nio.channels.AsynchronousServerSocketChannel</ignore> <ignore>java.nio.channels.AsynchronousServerSocketChannel</ignore>
<ignore>java.nio.channels.AsynchronousChannelGroup</ignore> <ignore>java.nio.channels.AsynchronousChannelGroup</ignore>
<ignore>java.nio.channels.NetworkChannel</ignore>
</ignores> </ignores>
</configuration> </configuration>
<executions> <executions>