diff options
| author | Patrik Reali <patrik@reali.ch> | 2004-07-21 20:35:29 +0000 |
|---|---|---|
| committer | Patrik Reali <patrik@reali.ch> | 2004-07-21 20:35:29 +0000 |
| commit | 173e7fe0c8ef00a11a11257f4fbdd450060a3fd9 (patch) | |
| tree | 8b071a85fa908462b4faaf69ed0d7c5ce08d0f5b /gnu/java/nio/PipeImpl.java | |
| parent | 99c8079bfdfe8ec7060591a3b6fafbb7903ec017 (diff) | |
| download | classpath-173e7fe0c8ef00a11a11257f4fbdd450060a3fd9.tar.gz | |
VMPipeImpl renamed to VMPipe
Diffstat (limited to 'gnu/java/nio/PipeImpl.java')
| -rw-r--r-- | gnu/java/nio/PipeImpl.java | 2 |
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() |
