< prev index next >

src/java.corba/share/classes/org/omg/CORBA/_PolicyStub.java

Print this page

        

@@ -24,11 +24,11 @@
  */
 package org.omg.CORBA;
 
 
 /**
-* The Stub for <tt>Policy</tt>.  For more information on
+* The Stub for {@code Policy}. For more information on
 * Stub files, see <a href="doc-files/generatedfiles.html#stub">
 * "Generated Files: Stubs"</a>.<P>
 * org/omg/CORBA/_PolicyStub.java
 * Generated by the IDL-to-Java compiler (portable), version "3.0"
 * from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl.

@@ -45,12 +45,12 @@
   public _PolicyStub ()
   {
     super ();
   }
 
-  /** Constructs a <code>_PolicyStub</code> object initialized
-   * with the given <code>Delegate</code> object.
+  /** Constructs a {@code _PolicyStub} object initialized
+   * with the given {@code Delegate} object.
    *
    * @param delegate a Delegate Object
    */
   public _PolicyStub (org.omg.CORBA.portable.Delegate delegate)
   {
< prev index next >