< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/JNDIStateFactoryImpl.java

Print this page

        

@@ -91,11 +91,11 @@
      * @param orig The object to turn into a CORBA object. If not Remote,
      *             or if is a JRMP stub or impl, return null.
      * @param name Ignored
      * @param ctx The non-null CNCtx whose ORB to use.
      * @param env Ignored
-     * @return The CORBA object for <tt>orig</tt> or null.
+     * @return The CORBA object for {@code orig} or null.
      * @exception ConfigurationException If the CORBA object cannot be obtained
      *    due to configuration problems
      * @exception NamingException If some other problem prevented a CORBA
      *    object from being obtained from the Remote object.
      */
< prev index next >