summaryrefslogtreecommitdiff
path: root/org/omg/CosNaming/BindingIteratorHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'org/omg/CosNaming/BindingIteratorHelper.java')
-rw-r--r--org/omg/CosNaming/BindingIteratorHelper.java7
1 files changed, 2 insertions, 5 deletions
diff --git a/org/omg/CosNaming/BindingIteratorHelper.java b/org/omg/CosNaming/BindingIteratorHelper.java
index cb17d5748..5430905e5 100644
--- a/org/omg/CosNaming/BindingIteratorHelper.java
+++ b/org/omg/CosNaming/BindingIteratorHelper.java
@@ -1,5 +1,5 @@
/* BindingIteratorHelper.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;
@@ -126,15 +125,13 @@ public abstract class BindingIteratorHelper
* performed 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.
+ * time of the unchecked_narrow. See OMG issue 4158.
*
* @param obj the object to cast.
*
* @return the casted binding iterator.
*
* @since 1.5
- *
- * @see OMG issue 4158.
*/
public static BindingIterator unchecked_narrow(org.omg.CORBA.Object obj)
{