aboutsummaryrefslogtreecommitdiff
path: root/libjava/classpath/gnu/CORBA/gnuCodecFactory.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/classpath/gnu/CORBA/gnuCodecFactory.java')
-rw-r--r--libjava/classpath/gnu/CORBA/gnuCodecFactory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/classpath/gnu/CORBA/gnuCodecFactory.java b/libjava/classpath/gnu/CORBA/gnuCodecFactory.java
index 067de498c79..8cf9ccf7bc4 100644
--- a/libjava/classpath/gnu/CORBA/gnuCodecFactory.java
+++ b/libjava/classpath/gnu/CORBA/gnuCodecFactory.java
@@ -83,7 +83,7 @@ public class gnuCodecFactory extends LocalObject implements CodecFactory
"supported by this factory."
);
- return new cdrEncapsCodec(orb,
+ return new CdrEncapsCodecImpl(orb,
new Version(for_encoding.major_version, for_encoding.minor_version)
);
}