< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/oa/ObjectAdapter.java

Print this page

        

@@ -109,11 +109,11 @@
 *   <li>sreq.setExecuteReturnServantInResponseConstructor( true )</li>
 *   <li>dispatch to servant</li>
 *   <li>oa.returnServant()</li>
 *   <li>oa.exit()</li>
 *   <li>pop info</li>
-*   <ol>
+*   </ol>
 * </li>
 * REVISIT: Is this the required order for exit/pop?  Cna they be nested instead?
 * Note that getInvocationServant and returnServant may throw exceptions.  In such cases,
 * returnServant, exit, and pop must be called in the correct order.
 * <li>The local pattern:
< prev index next >