summaryrefslogtreecommitdiffstats
path: root/libjava/java/nio/channels/Channel.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/nio/channels/Channel.java')
-rw-r--r--libjava/java/nio/channels/Channel.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/java/nio/channels/Channel.java b/libjava/java/nio/channels/Channel.java
index 8e73f87f88f..5912695d053 100644
--- a/libjava/java/nio/channels/Channel.java
+++ b/libjava/java/nio/channels/Channel.java
@@ -1,5 +1,5 @@
/* Channel.java --
- Copyright (C) 2002, 2004 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2004, 2005 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -46,7 +46,7 @@ public interface Channel
* Tells whether this channel is open or not
*
* @return <code>true</code>if channel is open,
- * </code>false</code> otherwise
+ * <code>false</code> otherwise
*/
boolean isOpen();
OpenPOWER on IntegriCloud