From ea3cf29feba99b528c07c785279b6da4408d6f6c Mon Sep 17 00:00:00 2001 From: Alexey Kudravtsev Date: Mon, 10 Feb 2014 18:59:13 +0400 Subject: [PATCH] IDEA-120535 SelectableChannel.register should have the same magic constants as SelectionKey.interestOps --- .../java/nio/channels/annotations.xml | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/java/jdkAnnotations/java/nio/channels/annotations.xml b/java/jdkAnnotations/java/nio/channels/annotations.xml index b82a6fe0a0f1..d0ecca816f3d 100644 --- a/java/jdkAnnotations/java/nio/channels/annotations.xml +++ b/java/jdkAnnotations/java/nio/channels/annotations.xml @@ -41,4 +41,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file