summaryrefslogtreecommitdiff
path: root/gnu/java/nio/SocketChannelSelectionKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/java/nio/SocketChannelSelectionKey.java')
-rw-r--r--gnu/java/nio/SocketChannelSelectionKey.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/java/nio/SocketChannelSelectionKey.java b/gnu/java/nio/SocketChannelSelectionKey.java
index 9ceebdec9..100368995 100644
--- a/gnu/java/nio/SocketChannelSelectionKey.java
+++ b/gnu/java/nio/SocketChannelSelectionKey.java
@@ -1,4 +1,4 @@
-/* SocketChannelSelectionKey.java --
+/* SocketChannelSelectionKey.java --
Copyright (C) 2003 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -49,7 +49,7 @@ public final class SocketChannelSelectionKey
{
super (channel, selector);
}
-
+
// FIXME don't use file descriptor integers
public int getNativeFD()
{