diff options
Diffstat (limited to 'libjava/classpath/org/omg/PortableInterceptor')
58 files changed, 170 insertions, 170 deletions
diff --git a/libjava/classpath/org/omg/PortableInterceptor/AdapterManagerIdHelper.java b/libjava/classpath/org/omg/PortableInterceptor/AdapterManagerIdHelper.java index 936e6bc1b81..df4bd3e7254 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/AdapterManagerIdHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/AdapterManagerIdHelper.java @@ -117,4 +117,4 @@ public abstract class AdapterManagerIdHelper { output.write_long(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/AdapterNameHelper.java b/libjava/classpath/org/omg/PortableInterceptor/AdapterNameHelper.java index 05844560a9a..0f37a6a3003 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/AdapterNameHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/AdapterNameHelper.java @@ -52,14 +52,14 @@ import org.omg.CORBA.portable.OutputStream; * Provides static helper methods for working with the adapter name helper. * The adapter name helper is an array of strings, so {@link StringSeqHelper} * could be used for io operations. The separate helper is provided anyway. - * + * * @since 1.5 * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public abstract class AdapterNameHelper { - + /** * Extract the adapter name (<code>String[]</code>) from the given {@link Any}. * @@ -75,8 +75,8 @@ public abstract class AdapterNameHelper /** * Returns the agreed Id. - * - * @return "IDL:omg.org/PortableInterceptor/AdapterName:1.0", always. + * + * @return "IDL:omg.org/PortableInterceptor/AdapterName:1.0", always. */ public static String id() { @@ -85,7 +85,7 @@ public abstract class AdapterNameHelper /** * Insert into the given adapter name (<code>String[]</code>) into the - * given {@link Any}. + * given {@link Any}. * * @param into the target Any. * @param that the array to insert. @@ -111,7 +111,7 @@ public abstract class AdapterNameHelper /** * Creates and returns a new instance of the TypeCode, corresponding the * adapter name. - * + * * @return the alias of the string sequence, named "AdapterName". */ public static TypeCode type() @@ -124,7 +124,7 @@ public abstract class AdapterNameHelper /** * Writes the <code>String[]</code> into the given stream. - * + * * @param output the CORBA output stream to write. * @param value the value that must be written. */ diff --git a/libjava/classpath/org/omg/PortableInterceptor/AdapterStateHelper.java b/libjava/classpath/org/omg/PortableInterceptor/AdapterStateHelper.java index f0522caac0f..ea208474b4a 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/AdapterStateHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/AdapterStateHelper.java @@ -118,4 +118,4 @@ public abstract class AdapterStateHelper { output.write_short(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfo.java b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfo.java index dd3cd5808f3..d25fe6163bc 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfo.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfo.java @@ -51,4 +51,4 @@ public interface ClientRequestInfo extends ClientRequestInfoOperations, IDLEntity, RequestInfo { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfoOperations.java b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfoOperations.java index e4d70211a13..3b7ed24f382 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfoOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInfoOperations.java @@ -324,4 +324,4 @@ public interface ClientRequestInfoOperations extends RequestInfoOperations void add_request_service_context(ServiceContext service_context, boolean replace ); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptor.java b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptor.java index 9fdf2f12065..210ac7b02d0 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptor.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptor.java @@ -51,4 +51,4 @@ public interface ClientRequestInterceptor extends Interceptor, org.omg.CORBA.Object, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java index efd98707bd6..5b1ab84c57f 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java @@ -127,4 +127,4 @@ public interface ClientRequestInterceptorOperations * status of this exception must be COMPLETED_NO. */ void send_poll(ClientRequestInfo info); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/Current.java b/libjava/classpath/org/omg/PortableInterceptor/Current.java index d53d5c33a79..5f609b61e95 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/Current.java +++ b/libjava/classpath/org/omg/PortableInterceptor/Current.java @@ -82,4 +82,4 @@ public interface Current extends CurrentOperations, org.omg.CORBA.Current, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/CurrentHelper.java b/libjava/classpath/org/omg/PortableInterceptor/CurrentHelper.java index 88ab0e2708d..881c592a8a2 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/CurrentHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/CurrentHelper.java @@ -117,23 +117,23 @@ public abstract class CurrentHelper throw new BAD_PARAM("Not a Current"); } } - + /** * Narrow the given object to the Current. For the objects that are * always local, this operation does not differ from the ordinary * {@link #narrow} (ClassCastException will be thrown if narrowing something * different). See also OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted Current. - * - * @since 1.5 + * + * @since 1.5 */ public static Current unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Not supported for compatibility reasons. @@ -162,4 +162,4 @@ public abstract class CurrentHelper m.minor = Minor.Inappropriate; throw m; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/CurrentOperations.java b/libjava/classpath/org/omg/PortableInterceptor/CurrentOperations.java index 63515678e38..347b040d086 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/CurrentOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/CurrentOperations.java @@ -84,4 +84,4 @@ public interface CurrentOperations * */ void set_slot(int slot_id, Any data) throws InvalidSlot, BAD_INV_ORDER; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ForwardRequest.java b/libjava/classpath/org/omg/PortableInterceptor/ForwardRequest.java index 7202f23440a..1018b2722ea 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ForwardRequest.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ForwardRequest.java @@ -94,4 +94,4 @@ public final class ForwardRequest extends UserException implements IDLEntity, { this.forward = a_forward; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ForwardRequestHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ForwardRequestHelper.java index 8aa19a991a1..1d44e9c0fdd 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ForwardRequestHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ForwardRequestHelper.java @@ -75,7 +75,7 @@ public abstract class ForwardRequestHelper /** * Insert the ForwardRequest into the given Any. This method uses the * ForwardRequestHolder. - * + * * @param any the Any to insert into. * @param that the ForwardRequest to insert. */ @@ -99,7 +99,7 @@ public abstract class ForwardRequestHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION(id() + " expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -143,4 +143,4 @@ public abstract class ForwardRequestHelper output.write_string(id()); output.write_Object(value.forward); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInfo.java b/libjava/classpath/org/omg/PortableInterceptor/IORInfo.java index ec7235102c8..489818456a4 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInfo.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInfo.java @@ -55,4 +55,4 @@ public interface IORInfo extends IORInfoOperations, org.omg.CORBA.Object, Serializable { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInfoOperations.java b/libjava/classpath/org/omg/PortableInterceptor/IORInfoOperations.java index fdeb2973b8a..9ff8d0e2792 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInfoOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInfoOperations.java @@ -86,53 +86,53 @@ public interface IORInfoOperations */ Policy get_effective_policy(int policy_type); - /** + /** * Get the adapter template that is associated with the object POA. * The template is also a reference factory and can produce the new object * references. - * + * * @since 1.5 */ public ObjectReferenceTemplate adapter_template(); - + /** - * The current_factory is the factory, used by the adapter to create - * object references. This factory is initially the same as the + * The current_factory is the factory, used by the adapter to create + * object references. This factory is initially the same as the * adapter_template. - * + * * @since 1.5 */ public ObjectReferenceFactory current_factory(); /** * Set the current object reference factory, used to produce the new objects. - * - * The current factory can only be set during the call to the + * + * The current factory can only be set during the call to the * {@link IORInterceptor_3_0Operations#components_established(IORInfo)}. - * + * * @since 1.5 */ public void current_factory(ObjectReferenceFactory factory); /** - * Get the POA manager Id. - * + * Get the POA manager Id. + * * @return Id that uniquely refers to the poa manager, used by this POA. - * - * @since 1.5 - * + * + * @since 1.5 + * * @see IORInterceptor_3_0Operations#adapter_manager_state_changed */ public int manager_id(); - + /** * Get the state of the adapter manager. - * + * * @since 1.5 - * + * * @return the state of the adapters to that the IOR being created belongs. * One of the {@link HOLDING#value}, {@link DISCARDING#value}, * {@link INACTIVE#value} or {@link NON_EXISTENT#value}. */ - short state(); -}
\ No newline at end of file + short state(); +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor.java b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor.java index e78fbf2c32b..d654f3998f7 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor.java @@ -58,4 +58,4 @@ public interface IORInterceptor extends IDLEntity, org.omg.CORBA.Object, Serializable { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptorOperations.java b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptorOperations.java index 746d139cf6f..f955576b585 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptorOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptorOperations.java @@ -52,7 +52,7 @@ public interface IORInterceptorOperations extends InterceptorOperations * to add additional tags to the IOR being created. * * @param info the interface class providing methods to insert additional tags - * into IOR being constructed. + * into IOR being constructed. */ public void establish_components(IORInfo info); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0.java b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0.java index 4b2093d40c6..e77d34694d9 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0.java @@ -44,16 +44,16 @@ import org.omg.CORBA.portable.IDLEntity; * The IORInterceptor_3_0 adds to {@link Interceptor} functionality, available * since CORBA 3.0. These new operations are defined separately in * {@link IORInterceptor_3_0Operations}. - * - * IORInterceptor_3_0 is registered exactly in the same way as the + * + * IORInterceptor_3_0 is registered exactly in the same way as the * {@link IORInterceptor}. The ORB calls the additional methods to all * IOR interceptors that implement this extended interface. - * + * * @since 1.5 - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public interface IORInterceptor_3_0 extends IORInterceptor_3_0Operations, IDLEntity, IORInterceptor { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java index 71fb928f791..97875deb2e4 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java @@ -52,9 +52,9 @@ import org.omg.CORBA.portable.OutputStream; /** * The helper operations for the CORBA object {@link IORInterceptor_3_0}. - * - * @since 1.5 - * + * + * @since 1.5 + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class IORInterceptor_3_0Helper @@ -64,13 +64,13 @@ public abstract class IORInterceptor_3_0Helper */ public static TypeCode type() { - return OrbRestricted.Singleton.create_interface_tc(id(), + return OrbRestricted.Singleton.create_interface_tc(id(), "IORInterceptor_3_0"); } /** * Insert the IORInterceptor_3_0 into the given Any. - * + * * @param any the Any to insert into. * @param that the IORInterceptor_3_0 to insert. */ @@ -81,7 +81,7 @@ public abstract class IORInterceptor_3_0Helper /** * Extract the IORInterceptor_3_0 from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain * IORInterceptor_3_0. */ @@ -89,7 +89,7 @@ public abstract class IORInterceptor_3_0Helper { try { - IORInterceptor_3_0Holder holder = (IORInterceptor_3_0Holder) + IORInterceptor_3_0Holder holder = (IORInterceptor_3_0Holder) any.extract_Streamable(); return holder.value; } @@ -104,7 +104,7 @@ public abstract class IORInterceptor_3_0Helper /** * Get the IORInterceptor_3_0 repository id. - * + * * @return "IDL:omg.org/PortableInterceptor/IORInterceptor_3_0:1.0", always. */ public static String id() @@ -117,7 +117,7 @@ public abstract class IORInterceptor_3_0Helper * different java type, create an instance of the _IORInterceptor_3_0Stub, * using the same delegate, as for the passed parameter. Hence, unlike java * type cast, this method may return a different object, than has been passed. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a IORInterceptor_3_0. @@ -136,17 +136,17 @@ public abstract class IORInterceptor_3_0Helper return new _IORInterceptor_3_0Stub(delegate); } } - + /** * Narrow the passed object into the IORInterceptor_3_0. No type-checking is * performed to verify that the object actually supports the requested type. * The {@link BAD_OPERATION} will be thrown if unsupported operations are * invoked on the new returned reference, but no failure is expected at the - * time of the unchecked_narrow. For instance, the narrowing of the + * time of the unchecked_narrow. For instance, the narrowing of the * remote instance of the {@link IORInterceptor} will work as long as only the * methods, inherited from this parent, are invoked. - * - * + * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a IORInterceptor_3_0. @@ -163,12 +163,12 @@ public abstract class IORInterceptor_3_0Helper return new _IORInterceptor_3_0Stub(delegate); } } - + /** * Read the IORInterceptor_3_0 from the CDR intput stream (IOR profile * expected). - * + * * @param input a org.omg.CORBA.portable stream to read from. */ public static IORInterceptor_3_0 read(InputStream input) @@ -178,7 +178,7 @@ public abstract class IORInterceptor_3_0Helper /** * Write the IORInterceptor_3_0 to the CDR output stream (as IOR profile). - * + * * @param output a org.omg.CORBA.portable stream stream to write into. * @param value a value to write. */ @@ -186,4 +186,4 @@ public abstract class IORInterceptor_3_0Helper { output.write_Object(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java index f4830a2e1c6..42462eab959 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java @@ -44,9 +44,9 @@ import org.omg.CORBA.portable.Streamable; /** * A holder for the object {@link IORInterceptor_3_0}. - * + * * @since 1.5 - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public final class IORInterceptor_3_0Holder @@ -67,7 +67,7 @@ public final class IORInterceptor_3_0Holder /** * Create the initialised instance. - * + * * @param initialValue the value that will be assigned to the * <code>value</code> field. */ @@ -78,7 +78,7 @@ public final class IORInterceptor_3_0Holder /** * Fill in the {@link #value} by data from the CDR stream. - * + * * @param input the org.omg.CORBA.portable stream to read. */ public void _read(InputStream input) @@ -88,7 +88,7 @@ public final class IORInterceptor_3_0Holder /** * Write the stored value into the CDR stream. - * + * * @param output the org.omg.CORBA.portable stream to write. */ public void _write(OutputStream output) @@ -103,4 +103,4 @@ public final class IORInterceptor_3_0Holder { return IORInterceptor_3_0Helper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java index ce6575a4ce0..56e19a5be76 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java @@ -40,9 +40,9 @@ package org.omg.PortableInterceptor; /** * Defines the operations, applicable to the IORInterceptor_3_0. - * - * @since 1.5 - * + * + * @since 1.5 + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public interface IORInterceptor_3_0Operations @@ -50,12 +50,12 @@ public interface IORInterceptor_3_0Operations { /** * This method is invoked on all registered IORInterceptor_3_0 instances when - * the state of the adapter manager changes. - * + * the state of the adapter manager changes. + * * @param adapterManagerId the Id of the adapter manager that has changed the - * state. The same value is returned by + * state. The same value is returned by * {@link IORInfoOperations#manager_id()}. - * + * * @param adapterState the new state of the adapter manager, one of the * {@link HOLDING#value}, {@link DISCARDING#value}, {@link INACTIVE#value} * or {@link NON_EXISTENT#value}. @@ -69,7 +69,7 @@ public interface IORInterceptor_3_0Operations * is when POA is destroyed. In this case, the method is invoked passing the * single element array witn the reference template of the POA being destroyed * and the {@link NON_EXISTENT#value} state. - * + * * @param adapters identifies the object adapters that have changed they * state. * @param adaptersState the new state of the adapters, one of the @@ -87,4 +87,4 @@ public interface IORInterceptor_3_0Operations * {@link IORInfo#current_factory(ObjectReferenceFactory )}. */ void components_established(IORInfo info); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/Interceptor.java b/libjava/classpath/org/omg/PortableInterceptor/Interceptor.java index 8ec375c9a7d..4dcb2162a78 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/Interceptor.java +++ b/libjava/classpath/org/omg/PortableInterceptor/Interceptor.java @@ -55,4 +55,4 @@ public interface Interceptor extends InterceptorOperations, Object, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/InterceptorOperations.java b/libjava/classpath/org/omg/PortableInterceptor/InterceptorOperations.java index da08c90dbfd..3758ab01a9f 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/InterceptorOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/InterceptorOperations.java @@ -74,4 +74,4 @@ public interface InterceptorOperations * @return the name of the interceptor. */ String name(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/InvalidSlot.java b/libjava/classpath/org/omg/PortableInterceptor/InvalidSlot.java index 30cb1a1dc49..e166e063164 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/InvalidSlot.java +++ b/libjava/classpath/org/omg/PortableInterceptor/InvalidSlot.java @@ -73,4 +73,4 @@ public final class InvalidSlot extends UserException implements IDLEntity, { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/InvalidSlotHelper.java b/libjava/classpath/org/omg/PortableInterceptor/InvalidSlotHelper.java index 28558a000db..36e23a90c74 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/InvalidSlotHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/InvalidSlotHelper.java @@ -99,7 +99,7 @@ public abstract class InvalidSlotHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("InvalidSlot expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -140,4 +140,4 @@ public abstract class InvalidSlotHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/LOCATION_FORWARD.java b/libjava/classpath/org/omg/PortableInterceptor/LOCATION_FORWARD.java index bbd23f03f62..f0d90788ed1 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/LOCATION_FORWARD.java +++ b/libjava/classpath/org/omg/PortableInterceptor/LOCATION_FORWARD.java @@ -51,4 +51,4 @@ public interface LOCATION_FORWARD * Specifies the LOCATION_FORWARD value, 3. */ short value = 3; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBIdHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ORBIdHelper.java index 6b73b115133..f80e71a9ab0 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBIdHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBIdHelper.java @@ -50,7 +50,7 @@ import org.omg.CORBA.portable.OutputStream; * The ORB Id is defined in OMG specification just as a narrow (not wide) * string. As such, the ORB Id needs no helper, but one is included in * the API anyway. - * + * * @since 1.5 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) @@ -116,4 +116,4 @@ public abstract class ORBIdHelper { output.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfo.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfo.java index d13dacdd6f4..a74b1e79d00 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfo.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfo.java @@ -51,4 +51,4 @@ public interface ORBInitInfo extends ORBInitInfoOperations, Object, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoOperations.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoOperations.java index 16710a08ab0..cacae3dce9b 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoOperations.java @@ -69,9 +69,9 @@ public interface ORBInitInfoOperations * interceptor implements the extended {@link IORInterceptor_3_0} interface, * ORB will call its additional methods, defined in the * {@link IORInterceptor_3_0Operations}. - * + * * @param interceptor the interceptor to register. - * + * * @throws DuplicateName if the interceptor name is not an empty string and an * interceptor with this name is already registered with the ORB being * created. @@ -171,4 +171,4 @@ public interface ORBInitInfoOperations * the registered factory in this ORB. */ void register_policy_factory(int policy_type, PolicyFactory policy_factory); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java index 610cec1d020..bad7f8baaa8 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java @@ -98,4 +98,4 @@ public final class DuplicateName extends UserException implements IDLEntity, { this.name = a_name; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java index 37d66a6d75f..962da93c823 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java @@ -75,7 +75,7 @@ public abstract class DuplicateNameHelper /** * Insert the DuplicateName into the given Any. This method uses the * DuplicateNameHolder. - * + * * @param any the Any to insert into. * @param that the DuplicateName to insert. */ @@ -99,7 +99,7 @@ public abstract class DuplicateNameHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("DuplicateName expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java index ff940dafc7e..7a7e23cc0da 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java @@ -76,4 +76,4 @@ public final class InvalidName extends UserException implements IDLEntity, { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java index 329fcf56462..c7daf46b91c 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java @@ -69,7 +69,7 @@ public abstract class InvalidNameHelper /** * Insert the InvalidName into the given Any. - * + * * @param any the Any to insert into. * @param that the InvalidName to insert. */ @@ -94,7 +94,7 @@ public abstract class InvalidNameHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("InvalidName expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -135,4 +135,4 @@ public abstract class InvalidNameHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java index 5d9812d9f2b..b61720c568b 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java @@ -114,4 +114,4 @@ public abstract class ObjectIdHelper { output.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitializer.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitializer.java index 47191820c99..84ddfd9fe41 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitializer.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitializer.java @@ -129,4 +129,4 @@ public interface ORBInitializer extends ORBInitializerOperations, Object, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ORBInitializerOperations.java b/libjava/classpath/org/omg/PortableInterceptor/ORBInitializerOperations.java index d5dd771fd98..04bc387d152 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ORBInitializerOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ORBInitializerOperations.java @@ -70,4 +70,4 @@ public interface ORBInitializerOperations * @see ORBInitInfoOperations#register_initial_reference */ void post_init(ORBInitInfo info); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectIdHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectIdHelper.java index 600d0a0fb94..19fc05dafc9 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectIdHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectIdHelper.java @@ -51,8 +51,8 @@ import org.omg.CORBA.portable.OutputStream; /** * The Object Id of this package is defined in OMG specification as a byte array. * As such, the Object Id needs no helper, but one is included in the API anyway. - * - * @since 1.5 + * + * @since 1.5 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ @@ -72,7 +72,7 @@ public abstract class ObjectIdHelper /** * Extract the Object Id from Any. - * + * * @param a the Any to extract from. */ public static byte[] extract(Any a) @@ -118,4 +118,4 @@ public abstract class ObjectIdHelper { OctetSeqHelper.write(output, value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactory.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactory.java index 83f3da652c0..7b669799ad7 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactory.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactory.java @@ -60,16 +60,16 @@ public interface ObjectReferenceFactory * activated. The derived {@link ObjectReferenceTemplate} interface assumes * the object must be connected to the POA that is specific to that * template (name can be obtained). - * - * If the object with this objectId already exists in the given context, it + * + * If the object with this objectId already exists in the given context, it * is found and returned; a new object is <i>not</i> created. - * + * * @param repositoryId the repository id of the object being created, defines * the type of the object. - * + * * @param objectId the byte array, defining the identity of the object. - * + * * @return The created corba object. */ Object make_object(String repositoryId, byte[] objectId); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java index b9a237dce77..8f5af656eff 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java @@ -61,7 +61,7 @@ public abstract class ObjectReferenceFactoryHelper { /** * Get the type code of the {@link ObjectReferenceFactory}. - * + * * @return value type code with the agreed id, named "ObjectReferenceFactory", * abstract, no members, no base type. */ @@ -139,4 +139,4 @@ public abstract class ObjectReferenceFactoryHelper { Vio.write(output, value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java index c662977a2de..07be73a1db8 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java @@ -102,4 +102,4 @@ public final class ObjectReferenceFactoryHolder { return ObjectReferenceFactoryHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplate.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplate.java index 666735e7636..42ffdfd7e37 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplate.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplate.java @@ -75,4 +75,4 @@ public interface ObjectReferenceTemplate * @return the server id, represented in the form of string. */ String server_id(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java index 0ea54ea5f30..86b00c50ad1 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java @@ -59,7 +59,7 @@ public abstract class ObjectReferenceTemplateHelper { /** * Get the type code of the {@link ObjectReferenceTemplate}. - * + * * @return value type type code, named ObjectReferenceTemplate, no members, * abstract. */ @@ -133,4 +133,4 @@ public abstract class ObjectReferenceTemplateHelper ((org.omg.CORBA_2_3.portable.OutputStream) output). write_value(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java index d76ef43f1e0..32b769eb6fd 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java @@ -61,8 +61,8 @@ public final class ObjectReferenceTemplateHolder */ public ObjectReferenceTemplateHolder() { - } - + } + /** * Create the initialised instance. * @param initialValue the value that will be assigned to @@ -76,7 +76,7 @@ public final class ObjectReferenceTemplateHolder /** * Fill in the {@link #value} by data from the CDR stream. * - * @param input the org.omg.CORBA.portable stream to read. + * @param input the org.omg.CORBA.portable stream to read. */ public void _read(InputStream input) { @@ -85,14 +85,14 @@ public final class ObjectReferenceTemplateHolder /** * Write the stored value into the CDR stream. - * - * @param output the org.omg.CORBA.portable stream to write. + * + * @param output the org.omg.CORBA.portable stream to write. */ public void _write(OutputStream output) { ObjectReferenceTemplateHelper .write(output, value); } - + /** * Get the typecode of the ObjectReferenceTemplate. */ diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java index e84f3e6be5d..c16638fdf08 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java @@ -51,7 +51,7 @@ import org.omg.CORBA.portable.Streamable; /** * Provides static helper methods for working with the array of object reference * templates. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public abstract class ObjectReferenceTemplateSeqHelper @@ -61,11 +61,11 @@ public abstract class ObjectReferenceTemplateSeqHelper * {@link Any}. This implementation expects the {@link Any} to hold the * instance of {@link ObjectReferenceTemplateSeqHolder} that is returned by * {@link Any#extract_Streamable() }. - * + * * @param a an Any to extract the array from. - * + * * @return the extracted array. - * + * * @throws BAD_OPERATION if the Any contains something other than the the * {@link ObjectReferenceTemplateSeqHolder}. */ @@ -73,7 +73,7 @@ public abstract class ObjectReferenceTemplateSeqHelper { try { - ObjectReferenceTemplateSeqHolder h = (ObjectReferenceTemplateSeqHolder) + ObjectReferenceTemplateSeqHolder h = (ObjectReferenceTemplateSeqHolder) a.extract_Streamable(); return h.value; } @@ -89,7 +89,7 @@ public abstract class ObjectReferenceTemplateSeqHelper /** * Returns the object reference template sequence repository Id. - * + * * @return "IDL:omg.org/PortableInterceptor/ObjectReferenceTemplateSeq:1.0", * always. */ @@ -103,13 +103,13 @@ public abstract class ObjectReferenceTemplateSeqHelper * given {@link Any}. This implementation first creates a * {@link ObjectReferenceTemplateSeqHolder} and then calls * {@link Any#insert_Streamable(Streamable)}. - * + * * @param into the target Any. * @param that the array to insert. */ public static void insert(Any into, ObjectReferenceTemplate[] that) { - ObjectReferenceTemplateSeqHolder holder = + ObjectReferenceTemplateSeqHolder holder = new ObjectReferenceTemplateSeqHolder(that); into.insert_Streamable(holder); } @@ -117,13 +117,13 @@ public abstract class ObjectReferenceTemplateSeqHelper /** * Reads the <code>ObjectReferenceTemplate[]</code> from the CORBA input * stream. - * + * * @param input the CORBA (not java.io) stream to read from. * @return the value from the stream. */ public static ObjectReferenceTemplate[] read(InputStream input) { - ObjectReferenceTemplate[] value = + ObjectReferenceTemplate[] value = new ObjectReferenceTemplate[input.read_long()]; for (int i = 0; i < value.length; i++) value[i] = ObjectReferenceTemplateHelper.read(input); @@ -146,7 +146,7 @@ public abstract class ObjectReferenceTemplateSeqHelper /** * Writes the <code>ObjectReferenceTemplate[]</code> into the given stream. - * + * * @param output the CORBA (not java.io) output stream to write. * @param value the value that must be written. */ diff --git a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java index 3fdc2bfe8c0..5f175d42944 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java @@ -44,7 +44,7 @@ import org.omg.CORBA.portable.OutputStream; /** * A holder for the array of {@link ObjectReferenceTemplate}s. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public final class ObjectReferenceTemplateSeqHolder @@ -65,7 +65,7 @@ public final class ObjectReferenceTemplateSeqHolder /** * Create the initialised instance. - * + * * @param initialValue the value that will be assigned to the * <code>value</code> field. */ @@ -76,7 +76,7 @@ public final class ObjectReferenceTemplateSeqHolder /** * Fill in the {@link #value} by data from the CDR stream. - * + * * @param input the org.omg.CORBA.portable stream to read. */ public void _read(InputStream input) @@ -86,7 +86,7 @@ public final class ObjectReferenceTemplateSeqHolder /** * Write the stored value into the CDR stream. - * + * * @param output the org.omg.CORBA.portable stream to write. */ public void _write(OutputStream output) diff --git a/libjava/classpath/org/omg/PortableInterceptor/PolicyFactory.java b/libjava/classpath/org/omg/PortableInterceptor/PolicyFactory.java index 6478e408c80..dcb110185e1 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/PolicyFactory.java +++ b/libjava/classpath/org/omg/PortableInterceptor/PolicyFactory.java @@ -54,4 +54,4 @@ public interface PolicyFactory extends PolicyFactoryOperations, org.omg.CORBA.Object, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/PolicyFactoryOperations.java b/libjava/classpath/org/omg/PortableInterceptor/PolicyFactoryOperations.java index 4e5a54ef754..49940e83deb 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/PolicyFactoryOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/PolicyFactoryOperations.java @@ -66,4 +66,4 @@ public interface PolicyFactoryOperations */ Policy create_policy(int policy_type, Any policy_value) throws PolicyError; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/RequestInfo.java b/libjava/classpath/org/omg/PortableInterceptor/RequestInfo.java index 0285a80636a..22f108a4856 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/RequestInfo.java +++ b/libjava/classpath/org/omg/PortableInterceptor/RequestInfo.java @@ -52,4 +52,4 @@ public interface RequestInfo extends RequestInfoOperations, org.omg.CORBA.Object, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/RequestInfoOperations.java b/libjava/classpath/org/omg/PortableInterceptor/RequestInfoOperations.java index 10b9662a634..851f4660292 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/RequestInfoOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/RequestInfoOperations.java @@ -188,4 +188,4 @@ public interface RequestInfoOperations * @specnote as defined in the Suns 1.5 JDK API. */ short sync_scope(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/SUCCESSFUL.java b/libjava/classpath/org/omg/PortableInterceptor/SUCCESSFUL.java index d26e032ab14..64ff72ab3cd 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/SUCCESSFUL.java +++ b/libjava/classpath/org/omg/PortableInterceptor/SUCCESSFUL.java @@ -51,4 +51,4 @@ public interface SUCCESSFUL * Specifies the SUCCESSFUL value, 0. */ short value = 0; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java b/libjava/classpath/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java index 9edf2ba2136..10f8dcea097 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java +++ b/libjava/classpath/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java @@ -52,4 +52,4 @@ public interface SYSTEM_EXCEPTION * Specifies the SYSTEM_EXCEPTION value, 1. */ short value = 1; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java b/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java index 84ffdfa8e66..34240e81aaf 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ServerIdHelper.java @@ -50,7 +50,7 @@ import org.omg.CORBA.portable.OutputStream; * The Server Id is defined in OMG specification just as a narrow (not wide) * string. As such, the Server Id needs no helper, but one is included in * the API anyway. - * + * * @since 1.5 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) @@ -116,4 +116,4 @@ public abstract class ServerIdHelper { output.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfo.java b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfo.java index 2aeba2b419c..9136ca7e0b6 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfo.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfo.java @@ -51,4 +51,4 @@ public interface ServerRequestInfo extends ServerRequestInfoOperations, IDLEntity, RequestInfo { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfoOperations.java b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfoOperations.java index 52de9d824c0..e03145e863c 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfoOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInfoOperations.java @@ -305,7 +305,7 @@ public interface ServerRequestInfoOperations /** * Returns the name of the adapter that is handling the current request. * The name is returned as a string array, representing full path from - * the root poa till the current poa, for instance + * the root poa till the current poa, for instance * {"RootPOA", "childPOA","grandchildPOA"}. */ public String[] adapter_name(); @@ -313,15 +313,15 @@ public interface ServerRequestInfoOperations /** * Returns the id of the ORB that is handling the current request. The ORB * id can be specified as the property org.omg.CORBA.ORBid when creating - * the ORB. + * the ORB. */ public String orb_id(); /** * Returs the id of the server that is handling the current request. The server - * id is the same for all POAs and ORBs in the current virtual machine and + * id is the same for all POAs and ORBs in the current virtual machine and * can be set as the property org.omg.CORBA.ServerId when creating one of the * ORBs. */ public String server_id(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptor.java b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptor.java index e74872f6b33..db6c7a7d67c 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptor.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptor.java @@ -51,4 +51,4 @@ public interface ServerRequestInterceptor extends Interceptor, org.omg.CORBA.Object, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java index ccba1a76efa..e6af9503d8e 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java +++ b/libjava/classpath/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java @@ -54,7 +54,7 @@ public interface ServerRequestInterceptorOperations * ORB calls this method before invoking the servant manager. Operation * parameters are not available at this point. The interceptor has possibility * to forward the request by throwing {@link ForwardRequest}. - * + * * @throws SystemException if it does, the receive_request_service_contexts is * not called for the subsequent interceptors, calling * send_exception instead. The completion status of such exception @@ -133,4 +133,4 @@ public interface ServerRequestInterceptorOperations * successive interceptors receive on their calls to send_other. */ void send_other(ServerRequestInfo info) throws ForwardRequest; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/TRANSPORT_RETRY.java b/libjava/classpath/org/omg/PortableInterceptor/TRANSPORT_RETRY.java index 115cad2fc4f..047ed20e912 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/TRANSPORT_RETRY.java +++ b/libjava/classpath/org/omg/PortableInterceptor/TRANSPORT_RETRY.java @@ -52,4 +52,4 @@ public interface TRANSPORT_RETRY * Specifies the TRANSPORT_RETRY value, 4. */ short value = 4; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/USER_EXCEPTION.java b/libjava/classpath/org/omg/PortableInterceptor/USER_EXCEPTION.java index 02c9535b4f3..44c3018a9d9 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/USER_EXCEPTION.java +++ b/libjava/classpath/org/omg/PortableInterceptor/USER_EXCEPTION.java @@ -52,4 +52,4 @@ public interface USER_EXCEPTION * Specifies the USER_EXCEPTION value, 2. */ short value = 2; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java b/libjava/classpath/org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java index 52856407a54..9e8fa0399a6 100644 --- a/libjava/classpath/org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java +++ b/libjava/classpath/org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java @@ -53,20 +53,20 @@ import java.io.Serializable; * {@link IORInterceptor_3_0} methods contain the code for remote invocaton. The * stub is required by {@link IORInterceptor_3_0Helper} .read, .narrow and * .unchecked_narrow methods. - * + * * @specnote Being not specified in 1.5 API, this class is package private. * From that happened to some other stubs, it will likely to appear in the 1.6 - * or later. Because of this, it is placed here. - * + * or later. Because of this, it is placed here. + * * @specnote The stub and the helper support the existence of the interceptor - * on the remote side only. To support the corresponding support on the side + * on the remote side only. To support the corresponding support on the side * where the ORB is registered with this interceptor, you also need * _IORInfoStub, IORInfoHelper and either servants or implementation bases * for both POA and IORInfo. These classes are not defined in the 1.5 API, * hence they are not included. You may need to generate the manually from - * the IDL descriptions, available from + * the IDL descriptions, available from * http://www.omg.org/docs/formal/04-03-12.pdf. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ class _IORInterceptor_3_0Stub @@ -269,4 +269,4 @@ class _IORInterceptor_3_0Stub _releaseReply(input); } } -}
\ No newline at end of file +} |

