summaryrefslogtreecommitdiff
path: root/libjava/classpath/gnu/java/nio/SocketChannelSelectionKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/java/nio/SocketChannelSelectionKey.java')
-rw-r--r--libjava/classpath/gnu/java/nio/SocketChannelSelectionKey.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/classpath/gnu/java/nio/SocketChannelSelectionKey.java b/libjava/classpath/gnu/java/nio/SocketChannelSelectionKey.java
index 9ceebdec90f..1003689951c 100644
--- a/libjava/classpath/gnu/java/nio/SocketChannelSelectionKey.java
+++ b/libjava/classpath/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()
{