diff options
Diffstat (limited to 'libjava/classpath/org/omg/IOP/CodecFactoryHelper.java')
-rw-r--r-- | libjava/classpath/org/omg/IOP/CodecFactoryHelper.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java b/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java index d3dc40935ae..3b1cf43ab89 100644 --- a/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java +++ b/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java @@ -115,23 +115,23 @@ public abstract class CodecFactoryHelper throw bad; } } - + /** * Narrow the given object to the CodecFactory. For the objects that are * always local, this operation does not differ from the ordinary * {@link #narrow} (ClassCastException will be thrown if narrowing something * different). See OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted CodecFactory. - * - * @since 1.5 + * + * @since 1.5 */ public static CodecFactory unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * This should read the CodecFactory from the CDR intput stream, @@ -161,4 +161,4 @@ public abstract class CodecFactoryHelper private static String UNSUPPORTED = "The operation is unsupported for CodecFactory because it is a local object"; -}
\ No newline at end of file +} |