--- old/src/java.corba/share/classes/org/omg/CORBA/ORB.java 2015-04-07 20:40:33.682505407 +0400 +++ new/src/java.corba/share/classes/org/omg/CORBA/ORB.java 2015-04-07 20:40:33.550505413 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, 2014, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1995, 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 @@ -101,7 +101,7 @@ *

* When an ORB instance is being created, the class name of the ORB * implementation is located using - * the following standard search order:

+ * the following standard search order: * *

    *
  1. check in Applet parameter or application string array, if any @@ -1036,7 +1036,7 @@ *

    * Recursive types can only appear within sequences which can be empty. * That way marshaling problems, when transmitting the struct in an Any, are avoided. - *

    + * * @param id the logical id of the referenced type * @return the requested TypeCode */ @@ -1179,7 +1179,7 @@ * value true. If no information for the requested * services type is available, the operation returns false * (i.e., the service is not supported by this ORB). - *

    + * * @param service_type a short indicating the * service type for which information is being requested * @param service_info a ServiceInformationHolder object @@ -1203,7 +1203,7 @@ /** * Creates a new DynAny object from the given * Any object. - *

    + * * @param value the Any object from which to create a new * DynAny object * @return the new DynAny object created from the given @@ -1221,7 +1221,7 @@ /** * Creates a basic DynAny object from the given * TypeCode object. - *

    + * * @param type the TypeCode object from which to create a new * DynAny object * @return the new DynAny object created from the given @@ -1241,7 +1241,7 @@ /** * Creates a new DynStruct object from the given * TypeCode object. - *

    + * * @param type the TypeCode object from which to create a new * DynStruct object * @return the new DynStruct object created from the given @@ -1261,7 +1261,7 @@ /** * Creates a new DynSequence object from the given * TypeCode object. - *

    + * * @param type the TypeCode object from which to create a new * DynSequence object * @return the new DynSequence object created from the given @@ -1282,7 +1282,7 @@ /** * Creates a new DynArray object from the given * TypeCode object. - *

    + * * @param type the TypeCode object from which to create a new * DynArray object * @return the new DynArray object created from the given @@ -1302,7 +1302,7 @@ /** * Creates a new DynUnion object from the given * TypeCode object. - *

    + * * @param type the TypeCode object from which to create a new * DynUnion object * @return the new DynUnion object created from the given @@ -1322,7 +1322,7 @@ /** * Creates a new DynEnum object from the given * TypeCode object. - *

    + * * @param type the TypeCode object from which to create a new * DynEnum object * @return the new DynEnum object created from the given