diff options
Diffstat (limited to 'vm/reference/gnu/java/nio/VMSelector.java')
| -rw-r--r-- | vm/reference/gnu/java/nio/VMSelector.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vm/reference/gnu/java/nio/VMSelector.java b/vm/reference/gnu/java/nio/VMSelector.java index 488132d24..4d37c2c1c 100644 --- a/vm/reference/gnu/java/nio/VMSelector.java +++ b/vm/reference/gnu/java/nio/VMSelector.java @@ -1,4 +1,4 @@ -/* VMSelector.java -- +/* VMSelector.java -- Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -50,7 +50,7 @@ public final class VMSelector System.loadLibrary ("javanio"); } } - + // A timeout value of 0 means block forever. static native int select (int[] read, int[] write, int[] except, long timeout) |
