summaryrefslogtreecommitdiff
path: root/org/omg/DynamicAny/DynFixedHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/DynamicAny/DynFixedHelper.java')
-rw-r--r--org/omg/DynamicAny/DynFixedHelper.java10
1 files changed, 4 insertions, 6 deletions
diff --git a/org/omg/DynamicAny/DynFixedHelper.java b/org/omg/DynamicAny/DynFixedHelper.java
index 4471bb26b..e730d43bb 100644
--- a/org/omg/DynamicAny/DynFixedHelper.java
+++ b/org/omg/DynamicAny/DynFixedHelper.java
@@ -1,5 +1,5 @@
/* DynFixedHelper.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -41,9 +41,9 @@ package org.omg.DynamicAny;
import gnu.CORBA.OrbRestricted;
+import org.omg.CORBA.BAD_OPERATION;
import org.omg.CORBA.BAD_PARAM;
import org.omg.CORBA.TypeCode;
-import org.omg.CORBA.ORB;
import org.omg.CORBA.Any;
import org.omg.CORBA.portable.InputStream;
import org.omg.CORBA.MARSHAL;
@@ -86,15 +86,13 @@ public abstract class DynFixedHelper
* Narrow the given object to the DynFixed. 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).
+ * different). See OMG issue 4158.
*
* @param obj the object to cast.
*
* @return the casted DynFixed.
*
* @since 1.5
- *
- * @see OMG issue 4158.
*/
public static DynFixed unchecked_narrow(org.omg.CORBA.Object obj)
{
@@ -160,7 +158,7 @@ public abstract class DynFixedHelper
* This should read DynFixed from the CDR input stream, but (following the JDK
* 1.5 API) it does not.
*
- * @param input a org.omg.CORBA.portable stream to read from.
+ * @param output a org.omg.CORBA.portable stream to write into.
*
* @specenote Sun throws the same exception.
*