summaryrefslogtreecommitdiff
path: root/vm
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 /vm
parent99c8079bfdfe8ec7060591a3b6fafbb7903ec017 (diff)
downloadclasspath-173e7fe0c8ef00a11a11257f4fbdd450060a3fd9.tar.gz
VMPipeImpl renamed to VMPipe
Diffstat (limited to 'vm')
-rwxr-xr-xvm/reference/gnu/java/nio/Makefile.am2
-rw-r--r--[-rwxr-xr-x]vm/reference/gnu/java/nio/VMPipe.java (renamed from vm/reference/gnu/java/nio/VMPipeImpl.java)4
2 files changed, 3 insertions, 3 deletions
diff --git a/vm/reference/gnu/java/nio/Makefile.am b/vm/reference/gnu/java/nio/Makefile.am
index eb5c99779..09a48a8a5 100755
--- a/vm/reference/gnu/java/nio/Makefile.am
+++ b/vm/reference/gnu/java/nio/Makefile.am
@@ -1,4 +1,4 @@
# used by automake to generate Makefile.in
EXTRA_DIST = \
-VMPipeImpl.java
+VMPipe.java
diff --git a/vm/reference/gnu/java/nio/VMPipeImpl.java b/vm/reference/gnu/java/nio/VMPipe.java
index 75268be77..15693e52e 100755..100644
--- a/vm/reference/gnu/java/nio/VMPipeImpl.java
+++ b/vm/reference/gnu/java/nio/VMPipe.java
@@ -1,4 +1,4 @@
-/* VMPipeImpl.java -- Reference implementation for VM hooks used by PipeImpl
+/* VMPipe.java -- Reference implementation for VM hooks used by PipeImpl
Copyright (C) 2004 Free Software Foundation
This file is part of GNU Classpath.
@@ -47,7 +47,7 @@ import gnu.classpath.Configuration;
*
* @author Patrik Reali
*/
-final class VMPipeImpl
+final class VMPipe
{
static