< prev index next >

src/java.corba/share/classes/org/omg/PortableInterceptor/IOP.idl

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.  Oracle designates this

@@ -256,18 +256,18 @@
      * internet location, the following standard IOR Component is defined 
      * for support in IIOP version 1.2. 
      * <p>
      * The <code>TAG_ALTERNATE_IIOP_ADDRESS</code> component has an 
      * associated value of type:
-     * <code>
      *   <pre>
+     *   <code>
      *     struct { 
      *         string HostID, 
      *         short Port 
      *     }; 
-     *   </pre>
      * </code>
+     * </pre>
      * encoded as a CDR encapsulation. 
      * <p>
      * Zero or more instances of the <code>TAG_ALTERNATE_IIOP_ADDRESS</code> 
      * component type may be included in a version 1.2 
      * <code>TAG_INTERNET_IOP</code> Profile. Each of these alternative 

@@ -599,11 +599,11 @@
      */
     exception UnknownEncoding {};
 
     /**
      * Create a <code>Codec</code> of the given encoding.
-     * <p>
+     *
      * @param enc The encoding for which to create a <code>Codec</code>.
      * @return A <code>Codec</code> obtained with the given encoding.
      * @exception UnknownEncoding thrown if this factory cannot create a 
      *     <code>Codec</code> of the given encoding.
      */
< prev index next >