summaryrefslogtreecommitdiff
path: root/org/omg/CosNaming/NamingContextHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CosNaming/NamingContextHelper.java')
-rw-r--r--org/omg/CosNaming/NamingContextHelper.java9
1 files changed, 2 insertions, 7 deletions
diff --git a/org/omg/CosNaming/NamingContextHelper.java b/org/omg/CosNaming/NamingContextHelper.java
index 48b90c25a..6bbd0729f 100644
--- a/org/omg/CosNaming/NamingContextHelper.java
+++ b/org/omg/CosNaming/NamingContextHelper.java
@@ -1,5 +1,5 @@
/* NamingContextHelper.java --
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
@@ -44,7 +44,6 @@ import gnu.CORBA.OrbRestricted;
import org.omg.CORBA.Any;
import org.omg.CORBA.BAD_OPERATION;
import org.omg.CORBA.BAD_PARAM;
-import org.omg.CORBA.ORB;
import org.omg.CORBA.TypeCode;
import org.omg.CORBA.portable.Delegate;
import org.omg.CORBA.portable.InputStream;
@@ -135,15 +134,11 @@ public abstract class NamingContextHelper
* to verify that the object actually supports the requested type. The
* {@link BAD_OPERATION} will be thrown if unsupported operations are invoked
* on the new returned reference, but no failure is expected at the time of
- * the unchecked_narrow.
+ * the unchecked_narrow. See OMG issue 4158.
*
* @param obj the object to cast.
*
* @return the casted NamingContext.
- *
- * @since 1.5
- *
- * @see OMG issue 4158.
*/
public static NamingContext unchecked_narrow(org.omg.CORBA.Object obj)
{