< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/naming/pcosnaming/PersistentBindingIterator.java

Print this page

        

@@ -62,11 +62,10 @@
     /**
      * Constructs a new PersistentBindingIterator object.
      * @param orb a org.omg.CORBA.ORB object.
      * @param aTable A hashtable containing InternalBindingValues which is
      * the content of the PersistentNamingContext.
-     * @param java.lang.Exception a Java exception.
      * @exception Exception a Java exception thrown of the base class cannot
      * initialize.
    */
     public PersistentBindingIterator(org.omg.CORBA.ORB orb, Hashtable aTable,
         POA thePOA ) throws java.lang.Exception
< prev index next >