From 678137b638cd84ab303c4db22991e273b4ba9618 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Thu, 20 Nov 2008 06:32:04 +0000 Subject: [PATCH] Removed a TODO mark which is not going to be fixed (it just works and is not reusable at this moment.) --- .../org/jboss/netty/channel/socket/nio/NioProviderMetadata.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/org/jboss/netty/channel/socket/nio/NioProviderMetadata.java b/src/main/java/org/jboss/netty/channel/socket/nio/NioProviderMetadata.java index 8cd7aa6590..aec83c9fcb 100644 --- a/src/main/java/org/jboss/netty/channel/socket/nio/NioProviderMetadata.java +++ b/src/main/java/org/jboss/netty/channel/socket/nio/NioProviderMetadata.java @@ -265,7 +265,6 @@ class NioProviderMetadata { } int autodetectWithoutTimeout() { - // TODO Code cleanup - what a mess. final int constraintLevel; ExecutorService executor = Executors.newCachedThreadPool(); boolean success;