< prev index next >

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

Print this page

        

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