summaryrefslogtreecommitdiff
path: root/gnu/java/nio/PipeImpl.java
diff options
context:
space:
mode:
authorPatrik Reali <patrik@reali.ch>2004-07-21 20:35:29 +0000
committerPatrik Reali <patrik@reali.ch>2004-07-21 20:35:29 +0000
commit173e7fe0c8ef00a11a11257f4fbdd450060a3fd9 (patch)
tree8b071a85fa908462b4faaf69ed0d7c5ce08d0f5b /gnu/java/nio/PipeImpl.java
parent99c8079bfdfe8ec7060591a3b6fafbb7903ec017 (diff)
downloadclasspath-173e7fe0c8ef00a11a11257f4fbdd450060a3fd9.tar.gz
VMPipeImpl renamed to VMPipe
Diffstat (limited to 'gnu/java/nio/PipeImpl.java')
-rw-r--r--gnu/java/nio/PipeImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/java/nio/PipeImpl.java b/gnu/java/nio/PipeImpl.java
index bd70e3746..df79e17fd 100644
--- a/gnu/java/nio/PipeImpl.java
+++ b/gnu/java/nio/PipeImpl.java
@@ -168,7 +168,7 @@ class PipeImpl extends Pipe
throws IOException
{
super();
- VMPipeImpl.init (this, provider);
+ VMPipe.init (this, provider);
}
public Pipe.SinkChannel sink()