< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/oa/toa/TOAImpl.java

Print this page

        

@@ -59,11 +59,11 @@
 * objects.  It is used for standard RMI-IIOP as well as backwards compatible
 * server support (i.e. the ORB.connect() method)
 * Its characteristics include:
 * <UL>
 * <LI>There is only one OA instance of the TOA.  Its OAId is { "TOA" }</LI>
-* <LI>There is not adapter manager.  The TOA manager ID is fixed.<LI>
+* <LI>There is not adapter manager.  The TOA manager ID is fixed.</LI>
 * <LI>State is the same as ORB state (TBD)</LI>
 * </UL>
 * Other requirements:
 * <UL>
 * <LI>All object adapters must invoke ORB.adapterCreated when they are created.

@@ -116,11 +116,11 @@
 
     /** Get the servant for the request given by the parameters.
     * This will update thread Current, so that subsequent calls to
     * returnServant and removeCurrent from the same thread are for the
     * same request.
-    * @param request is the request containing the rest of the request
+    * @param info is the request containing the rest of the request
     */
     public void getInvocationServant( OAInvocationInfo info )
     {
         java.lang.Object servant = servants.lookupServant( info.id() ) ;
         if (servant == null)
< prev index next >