From a5b6f1d6150b4f1aa50fe9109f98a4fde7b96ff5 Mon Sep 17 00:00:00 2001 From: norman Date: Tue, 3 Jul 2012 13:52:33 +0200 Subject: [PATCH] Ignore NetworkChannel class. See #396 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index ae53662ead..647ed5e365 100644 --- a/pom.xml +++ b/pom.xml @@ -285,6 +285,7 @@ java.nio.channels.AsynchronousSocketChannel java.nio.channels.AsynchronousServerSocketChannel java.nio.channels.AsynchronousChannelGroup + java.nio.channels.NetworkChannel