< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/ior/StubIORImpl.java

Print this page

        

@@ -243,11 +243,11 @@
     }
 
     /**
      * Returns a string representation of this stub. Returns the same string
      * for all stubs that represent the same remote object.
-     * "SimpleIORImpl[<typeName>,[<profileID>]data, ...]"
+     * {@code "SimpleIORImpl[<typeName>,[<profileID>]data, ...]"}
      * @return a string representation of this stub.
      */
     public String toString()
     {
         StringBuffer result = new StringBuffer() ;
< prev index next >