diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-14 10:15:29 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-14 10:15:29 +0000 |
commit | 9e7c3bcdba010a8a46d9a51d221e02222a6efc89 (patch) | |
tree | dff0563158f6cfb5a3169eea0cbb70bec200b8f0 /libjava/classpath/org | |
parent | 7493a7e159c3886ea2effc5f1c5dd52adf1aac64 (diff) | |
download | gcc-9e7c3bcdba010a8a46d9a51d221e02222a6efc89.tar.gz |
2011-01-14 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 168776
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@168777 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/classpath/org')
351 files changed, 990 insertions, 990 deletions
diff --git a/libjava/classpath/org/omg/CORBA/ARG_IN.java b/libjava/classpath/org/omg/CORBA/ARG_IN.java index 582a3cf4c07..1c652166a2f 100644 --- a/libjava/classpath/org/omg/CORBA/ARG_IN.java +++ b/libjava/classpath/org/omg/CORBA/ARG_IN.java @@ -1,4 +1,4 @@ -/* ARG_IN.java -- +/* ARG_IN.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,10 +39,10 @@ package org.omg.CORBA; /** * This simple interface defines just one constant, normally used - * to mark the parameter as an "input parameter". - * + * to mark the parameter as an "input parameter". + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) - * + * * @see NamedValue */ public interface ARG_IN diff --git a/libjava/classpath/org/omg/CORBA/ARG_INOUT.java b/libjava/classpath/org/omg/CORBA/ARG_INOUT.java index bcdc17a6910..247c6182673 100644 --- a/libjava/classpath/org/omg/CORBA/ARG_INOUT.java +++ b/libjava/classpath/org/omg/CORBA/ARG_INOUT.java @@ -1,4 +1,4 @@ -/* ARG_IN.java -- +/* ARG_IN.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,12 +39,12 @@ package org.omg.CORBA; /** * This simple interface defines just one constant, normally used - * to mark that the the parameter is used both to pass and to + * to mark that the the parameter is used both to pass and to * return some value. It is a similar conception like passing a * parameter "by reference" in C or Pascal. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) - * + * * @see NamedValue */ public interface ARG_INOUT diff --git a/libjava/classpath/org/omg/CORBA/ARG_OUT.java b/libjava/classpath/org/omg/CORBA/ARG_OUT.java index 1ccf243c28f..4f874882976 100644 --- a/libjava/classpath/org/omg/CORBA/ARG_OUT.java +++ b/libjava/classpath/org/omg/CORBA/ARG_OUT.java @@ -1,4 +1,4 @@ -/* ARG_IN.java -- +/* ARG_IN.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,10 +39,10 @@ package org.omg.CORBA; /** * This simple interface defines just one constant, normally used - * to mark the parameter as an "output parameter". - * + * to mark the parameter as an "output parameter". + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) - * + * * @see NamedValue */ public interface ARG_OUT diff --git a/libjava/classpath/org/omg/CORBA/AnySeqHolder.java b/libjava/classpath/org/omg/CORBA/AnySeqHolder.java index 0d21ed3bba9..294966446f3 100644 --- a/libjava/classpath/org/omg/CORBA/AnySeqHolder.java +++ b/libjava/classpath/org/omg/CORBA/AnySeqHolder.java @@ -74,7 +74,7 @@ public final class AnySeqHolder } /** - * Constructs an instance of AnySeqHolder, + * Constructs an instance of AnySeqHolder, * initializing {@link #value} to the given array */ public AnySeqHolder(Any [] a_value) diff --git a/libjava/classpath/org/omg/CORBA/BAD_CONTEXT.java b/libjava/classpath/org/omg/CORBA/BAD_CONTEXT.java index 398da9e5957..b4dae0e8a2c 100644 --- a/libjava/classpath/org/omg/CORBA/BAD_CONTEXT.java +++ b/libjava/classpath/org/omg/CORBA/BAD_CONTEXT.java @@ -43,15 +43,15 @@ import java.io.Serializable; /** * Means that the operation is invoked by a client but the passed * context has no values required by this operation. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class BAD_CONTEXT extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -5025677944847478264L; diff --git a/libjava/classpath/org/omg/CORBA/BAD_INV_ORDER.java b/libjava/classpath/org/omg/CORBA/BAD_INV_ORDER.java index 9390600b73d..ca907094b30 100644 --- a/libjava/classpath/org/omg/CORBA/BAD_INV_ORDER.java +++ b/libjava/classpath/org/omg/CORBA/BAD_INV_ORDER.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means that the caller has invoked operations in the wrong order. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class BAD_INV_ORDER extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 7273325995832240406L; diff --git a/libjava/classpath/org/omg/CORBA/BAD_OPERATION.java b/libjava/classpath/org/omg/CORBA/BAD_OPERATION.java index b8489072481..dfa870fe600 100755 --- a/libjava/classpath/org/omg/CORBA/BAD_OPERATION.java +++ b/libjava/classpath/org/omg/CORBA/BAD_OPERATION.java @@ -43,9 +43,9 @@ import java.io.Serializable; /** * Means that the object exists but does not support the operation that was * invoked on it. - * + * * In GNU Classpath, this exception may have the following Minor codes: - * + * * <table border="1"> * <tr> * <th>Hex</th> @@ -111,7 +111,7 @@ import java.io.Serializable; * policies for the given policy type. </td> * </tr> * </table> - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class BAD_OPERATION @@ -126,7 +126,7 @@ public final class BAD_OPERATION /** * Creates a BAD_OPERATION with the default minor code of 0, completion state * COMPLETED_NO and the given explaining message. - * + * * @param message the explaining message. */ public BAD_OPERATION(String message) @@ -146,7 +146,7 @@ public final class BAD_OPERATION /** * Creates a BAD_OPERATION exception with the specified minor code and * completion status. - * + * * @param minor additional error code. * @param completed the method completion status. */ @@ -157,7 +157,7 @@ public final class BAD_OPERATION /** * Created BAD_OPERATION exception, providing full information. - * + * * @param reason explaining message. * @param minor additional error code (the "minor"). * @param completed the method completion status. diff --git a/libjava/classpath/org/omg/CORBA/BAD_PARAM.java b/libjava/classpath/org/omg/CORBA/BAD_PARAM.java index 2102193e5d2..b3e46db7719 100644 --- a/libjava/classpath/org/omg/CORBA/BAD_PARAM.java +++ b/libjava/classpath/org/omg/CORBA/BAD_PARAM.java @@ -59,8 +59,8 @@ public final class BAD_PARAM super(message, 0, CompletionStatus.COMPLETED_NO); } - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 1917109334939470379L; diff --git a/libjava/classpath/org/omg/CORBA/BAD_POLICY.java b/libjava/classpath/org/omg/CORBA/BAD_POLICY.java index 98998587c13..43724bf4a73 100644 --- a/libjava/classpath/org/omg/CORBA/BAD_POLICY.java +++ b/libjava/classpath/org/omg/CORBA/BAD_POLICY.java @@ -1,4 +1,4 @@ -/* BAD_POLICY.java -- +/* BAD_POLICY.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -40,16 +40,16 @@ package org.omg.CORBA; /** * Holds a single constant, specifying, that * the requested {@link Policy} is not valid. One of the PolicyErrorCodes, - * others being {@link UNSUPPORTED_POLICY}, + * others being {@link UNSUPPORTED_POLICY}, * {@link UNSUPPORTED_POLICY_VALUE}, * {@link BAD_POLICY_TYPE}, {@link BAD_POLICY_VALUE}. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public interface BAD_POLICY { /** - * States that the requested {@link Policy} is not valid. + * States that the requested {@link Policy} is not valid. */ short value = 0; } diff --git a/libjava/classpath/org/omg/CORBA/BAD_POLICY_TYPE.java b/libjava/classpath/org/omg/CORBA/BAD_POLICY_TYPE.java index fa3f01ee16d..c90832d7232 100644 --- a/libjava/classpath/org/omg/CORBA/BAD_POLICY_TYPE.java +++ b/libjava/classpath/org/omg/CORBA/BAD_POLICY_TYPE.java @@ -1,4 +1,4 @@ -/* BAD_POLICY_TYPE.java -- +/* BAD_POLICY_TYPE.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,11 +39,11 @@ package org.omg.CORBA; /** * Holds a single constant, specifying, that - * the requested {@link Policy} type is not valid. One of the + * the requested {@link Policy} type is not valid. One of the * PolicyErrorCodes, others being {@link UNSUPPORTED_POLICY}, * {@link UNSUPPORTED_POLICY_VALUE}, {@link BAD_POLICY}, * {@link BAD_POLICY_VALUE}. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public interface BAD_POLICY_TYPE diff --git a/libjava/classpath/org/omg/CORBA/BAD_POLICY_VALUE.java b/libjava/classpath/org/omg/CORBA/BAD_POLICY_VALUE.java index b0153a8a7fd..a92c9a8b49b 100644 --- a/libjava/classpath/org/omg/CORBA/BAD_POLICY_VALUE.java +++ b/libjava/classpath/org/omg/CORBA/BAD_POLICY_VALUE.java @@ -1,4 +1,4 @@ -/* BAD_POLICY_VALUE.java -- +/* BAD_POLICY_VALUE.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,17 +39,17 @@ package org.omg.CORBA; /** * Holds a single constant, specifying, that - * the requested {@link Policy} value is not valid. One of the + * the requested {@link Policy} value is not valid. One of the * PolicyErrorCodes, others being {@link UNSUPPORTED_POLICY}, * {@link BAD_POLICY}, {@link BAD_POLICY_TYPE}, * {@link BAD_POLICY_VALUE}. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public interface BAD_POLICY_VALUE { /** - * States that the requested {@link Policy} value is not valid. + * States that the requested {@link Policy} value is not valid. */ short value = 3; } diff --git a/libjava/classpath/org/omg/CORBA/BAD_TYPECODE.java b/libjava/classpath/org/omg/CORBA/BAD_TYPECODE.java index 8aa5eb59ca5..1336711a861 100644 --- a/libjava/classpath/org/omg/CORBA/BAD_TYPECODE.java +++ b/libjava/classpath/org/omg/CORBA/BAD_TYPECODE.java @@ -43,7 +43,7 @@ import java.io.Serializable; /** * Means that the some TypeCode has been realized to be invalid * (for example, has an invalid TCKind value). - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class BAD_TYPECODE @@ -51,7 +51,7 @@ public final class BAD_TYPECODE implements Serializable { /** - * Use serialVersionUID for interoperability. + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 6193364410915696901L; diff --git a/libjava/classpath/org/omg/CORBA/COMM_FAILURE.java b/libjava/classpath/org/omg/CORBA/COMM_FAILURE.java index 047d20e6c11..eab23eb7530 100644 --- a/libjava/classpath/org/omg/CORBA/COMM_FAILURE.java +++ b/libjava/classpath/org/omg/CORBA/COMM_FAILURE.java @@ -41,17 +41,17 @@ package org.omg.CORBA; import java.io.Serializable; /** - * Means that the communication has been lost while an operation + * Means that the communication has been lost while an operation * was in progress - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class COMM_FAILURE extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 294856734784364267L; diff --git a/libjava/classpath/org/omg/CORBA/CTX_RESTRICT_SCOPE.java b/libjava/classpath/org/omg/CORBA/CTX_RESTRICT_SCOPE.java index 12b9747fccf..de00deffd34 100644 --- a/libjava/classpath/org/omg/CORBA/CTX_RESTRICT_SCOPE.java +++ b/libjava/classpath/org/omg/CORBA/CTX_RESTRICT_SCOPE.java @@ -1,4 +1,4 @@ -/* CTX_RESTRICT_SCOPE.java -- +/* CTX_RESTRICT_SCOPE.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -41,7 +41,7 @@ package org.omg.CORBA; * This simple interface defines just one constant, normally used * to restrict the property search in the {@link Context} by * the current context. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public interface CTX_RESTRICT_SCOPE diff --git a/libjava/classpath/org/omg/CORBA/CompletionStatus.java b/libjava/classpath/org/omg/CORBA/CompletionStatus.java index 52f6f078d00..e60b937cef5 100644 --- a/libjava/classpath/org/omg/CORBA/CompletionStatus.java +++ b/libjava/classpath/org/omg/CORBA/CompletionStatus.java @@ -110,7 +110,7 @@ public final class CompletionStatus /** * Returns the CompletionStatus, matching the given integer constant - * + * * @param completion one of COMPLETED_YES, COMPLETED_NO or COMPLEED_MAYBE. * @return one of COMPLETED_YES, COMPLETED_NO or COMPLEED_MAYBE. * @throws BAD_PARAM if the parameter is not one of these three valid values. diff --git a/libjava/classpath/org/omg/CORBA/CompletionStatusHelper.java b/libjava/classpath/org/omg/CORBA/CompletionStatusHelper.java index bf1c375324d..280a902e5bb 100644 --- a/libjava/classpath/org/omg/CORBA/CompletionStatusHelper.java +++ b/libjava/classpath/org/omg/CORBA/CompletionStatusHelper.java @@ -122,10 +122,10 @@ public abstract class CompletionStatusHelper { String[] members = new String[] { "COMPLETED_YES", "COMPLETED_NO", "COMPLETED_MAYBE" }; - + return OrbRestricted.Singleton.create_enum_tc(id(), "CompletionStatus", members ); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/Context.java b/libjava/classpath/org/omg/CORBA/Context.java index 01a7e9944b7..16a47f84b25 100644 --- a/libjava/classpath/org/omg/CORBA/Context.java +++ b/libjava/classpath/org/omg/CORBA/Context.java @@ -85,7 +85,7 @@ public abstract class Context * Search the values. * * @param start_scope the context at which to initiate the search. - * @param flags the search operation flags. + * @param flags the search operation flags. * The flag {@link CTX_RESTRICT_SCOPE} means * that search is restricted to the start_scope. * @param pattern the property being searched, can be @@ -109,14 +109,14 @@ public abstract class Context * @param value the property value (the {@link Any} must hold string). */ public abstract void set_one_value(String name, Any value); - + /** * Set multiple properties. - * - * @param values a list of properties, the {@link Any}'s + * + * @param values a list of properties, the {@link Any}'s * in the list components must hold strings. */ public abstract void set_values(NVList values); - - + + } diff --git a/libjava/classpath/org/omg/CORBA/Current.java b/libjava/classpath/org/omg/CORBA/Current.java index f6f89a16f7b..fbf5e0c4698 100644 --- a/libjava/classpath/org/omg/CORBA/Current.java +++ b/libjava/classpath/org/omg/CORBA/Current.java @@ -56,4 +56,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface Current extends org.omg.CORBA.Object, IDLEntity, CurrentOperations { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/CurrentHelper.java b/libjava/classpath/org/omg/CORBA/CurrentHelper.java index 36c5f186329..80c5855ef7b 100644 --- a/libjava/classpath/org/omg/CORBA/CurrentHelper.java +++ b/libjava/classpath/org/omg/CORBA/CurrentHelper.java @@ -170,4 +170,4 @@ public abstract class CurrentHelper { output.write_Object(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/CurrentHolder.java b/libjava/classpath/org/omg/CORBA/CurrentHolder.java index c7c1b32d291..fa01a41eabf 100644 --- a/libjava/classpath/org/omg/CORBA/CurrentHolder.java +++ b/libjava/classpath/org/omg/CORBA/CurrentHolder.java @@ -100,4 +100,4 @@ public final class CurrentHolder { return CurrentHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/CustomMarshal.java b/libjava/classpath/org/omg/CORBA/CustomMarshal.java index d0e47a9fc31..5adbf31973a 100644 --- a/libjava/classpath/org/omg/CORBA/CustomMarshal.java +++ b/libjava/classpath/org/omg/CORBA/CustomMarshal.java @@ -65,4 +65,4 @@ public interface CustomMarshal * @param from_stream a stream to write into. */ public void unmarshal(DataInputStream from_stream); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/CustomValue.java b/libjava/classpath/org/omg/CORBA/CustomValue.java index 6814ab3c59d..0c080fb84b0 100644 --- a/libjava/classpath/org/omg/CORBA/CustomValue.java +++ b/libjava/classpath/org/omg/CORBA/CustomValue.java @@ -58,4 +58,4 @@ import org.omg.CORBA.portable.ValueBase; public interface CustomValue extends ValueBase, CustomMarshal { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java b/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java index 7ca83f3c2d6..a7dd4d728f4 100644 --- a/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java +++ b/libjava/classpath/org/omg/CORBA/DATA_CONVERSION.java @@ -43,9 +43,9 @@ import java.io.Serializable; /** * Means that the ORB cannot convert between the marshalled and * native data representation. - * + * * In GNU Classpath, this exception may have the following minor codes: - * + * * <table border="1"> * <tr> * <td>Hex</td> @@ -62,16 +62,16 @@ import java.io.Serializable; * local or remote resource (file or network), but this resource is not * reacheable.</td> * </tr> - * </table> - * + * </table> + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class DATA_CONVERSION extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 1874869932271600956L; diff --git a/libjava/classpath/org/omg/CORBA/DataInputStream.java b/libjava/classpath/org/omg/CORBA/DataInputStream.java index bb9fa3df82a..70a0b2c4790 100644 --- a/libjava/classpath/org/omg/CORBA/DataInputStream.java +++ b/libjava/classpath/org/omg/CORBA/DataInputStream.java @@ -273,4 +273,4 @@ public interface DataInputStream * .value field of the passed holder. */ void read_double_array(DoubleSeqHolder seq, int offset, int length); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/DataOutputStream.java b/libjava/classpath/org/omg/CORBA/DataOutputStream.java index 20f1afbe21f..e1a417fce88 100644 --- a/libjava/classpath/org/omg/CORBA/DataOutputStream.java +++ b/libjava/classpath/org/omg/CORBA/DataOutputStream.java @@ -278,4 +278,4 @@ public interface DataOutputStream * @param seq a value to write. */ void write_double_array(double[] seq, int offset, int length); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/DefinitionKind.java b/libjava/classpath/org/omg/CORBA/DefinitionKind.java index ac185bdacea..09100b59892 100644 --- a/libjava/classpath/org/omg/CORBA/DefinitionKind.java +++ b/libjava/classpath/org/omg/CORBA/DefinitionKind.java @@ -422,4 +422,4 @@ public class DefinitionKind table [ _dk_Native ] = dk_Native; table [ _dk_AbstractInterface ] = dk_AbstractInterface; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/DefinitionKindHelper.java b/libjava/classpath/org/omg/CORBA/DefinitionKindHelper.java index 05fe992872f..2a6c97dc15c 100644 --- a/libjava/classpath/org/omg/CORBA/DefinitionKindHelper.java +++ b/libjava/classpath/org/omg/CORBA/DefinitionKindHelper.java @@ -85,7 +85,7 @@ public abstract class DefinitionKindHelper "dk_Wstring", "dk_Fixed", "dk_Value", "dk_ValueBox", "dk_ValueMember", "dk_Native" }; - + return OrbRestricted.Singleton.create_enum_tc(id(), "DefinitionKind", members @@ -122,4 +122,4 @@ public abstract class DefinitionKindHelper { ostream.write_long(value.value()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/DynamicImplementation.java b/libjava/classpath/org/omg/CORBA/DynamicImplementation.java index 24e6319fec5..40c80079851 100644 --- a/libjava/classpath/org/omg/CORBA/DynamicImplementation.java +++ b/libjava/classpath/org/omg/CORBA/DynamicImplementation.java @@ -62,9 +62,9 @@ public class DynamicImplementation /** * Invoke the method of the CORBA object. After converting the parameters, * this method delegates call to the {@link ObjectImpl#_invoke}. - * + * * @deprecated since 1.4. - * + * * @param request the container for both passing and returing the parameters, * also contains the method name and thrown exceptions. */ @@ -93,13 +93,13 @@ public class DynamicImplementation out = v.value().create_output_stream(); v.value().write_value(out); n = r.add_named_in_arg(v.name()); - n.read_value(out.create_input_stream(), v.value().type()); + n.read_value(out.create_input_stream(), v.value().type()); break; case ARG_INOUT.value: out = v.value().create_output_stream(); v.value().write_value(out); n = r.add_named_inout_arg(v.name()); - n.read_value(out.create_input_stream(), v.value().type()); + n.read_value(out.create_input_stream(), v.value().type()); break; case ARG_OUT.value: r.add_named_out_arg(v.name()); @@ -117,10 +117,10 @@ public class DynamicImplementation // Set context. r.ctx(request.ctx()); - + // Set the return type (expects that the ServerRequest will initialise // the passed Any. - + gnuAny g = new gnuAny(); request.result(g); r.set_return_type(g.type()); @@ -135,7 +135,7 @@ public class DynamicImplementation { // API states that the ServerRequest.arguments must be called only // once. Hence we assume we can just modify the previously returned - // value <code>args</code>, and the ServerRequest will preserve the + // value <code>args</code>, and the ServerRequest will preserve the // reference. for (i = 0; i < args.count(); i++) { diff --git a/libjava/classpath/org/omg/CORBA/FREE_MEM.java b/libjava/classpath/org/omg/CORBA/FREE_MEM.java index ec1aa082928..ac656c0fae7 100644 --- a/libjava/classpath/org/omg/CORBA/FREE_MEM.java +++ b/libjava/classpath/org/omg/CORBA/FREE_MEM.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means errors, related to freeing the allocated memory. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class FREE_MEM extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -1333559476995791982L; diff --git a/libjava/classpath/org/omg/CORBA/FieldNameHelper.java b/libjava/classpath/org/omg/CORBA/FieldNameHelper.java index 1f884d72821..276105eec04 100644 --- a/libjava/classpath/org/omg/CORBA/FieldNameHelper.java +++ b/libjava/classpath/org/omg/CORBA/FieldNameHelper.java @@ -113,4 +113,4 @@ public abstract class FieldNameHelper { ostream.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/IDLTypeHelper.java b/libjava/classpath/org/omg/CORBA/IDLTypeHelper.java index ff874947f5e..fa8d71dd347 100644 --- a/libjava/classpath/org/omg/CORBA/IDLTypeHelper.java +++ b/libjava/classpath/org/omg/CORBA/IDLTypeHelper.java @@ -125,4 +125,4 @@ public abstract class IDLTypeHelper return new _IDLTypeStub(delegate); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/IMP_LIMIT.java b/libjava/classpath/org/omg/CORBA/IMP_LIMIT.java index b36d69e0ca6..5fda9276dce 100644 --- a/libjava/classpath/org/omg/CORBA/IMP_LIMIT.java +++ b/libjava/classpath/org/omg/CORBA/IMP_LIMIT.java @@ -43,15 +43,15 @@ import java.io.Serializable; /** * Means that the server has reached some implementation limit * (too many clients, too many references, too long parameters and so on). - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class IMP_LIMIT extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -8086463494577448422L; diff --git a/libjava/classpath/org/omg/CORBA/INITIALIZE.java b/libjava/classpath/org/omg/CORBA/INITIALIZE.java index b42739accc1..ac07b3f5c65 100644 --- a/libjava/classpath/org/omg/CORBA/INITIALIZE.java +++ b/libjava/classpath/org/omg/CORBA/INITIALIZE.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means that the server cannot be initialized because of the some reason. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INITIALIZE extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -3753094599663690309L; diff --git a/libjava/classpath/org/omg/CORBA/INTERNAL.java b/libjava/classpath/org/omg/CORBA/INTERNAL.java index b8be638359e..74478e7c661 100644 --- a/libjava/classpath/org/omg/CORBA/INTERNAL.java +++ b/libjava/classpath/org/omg/CORBA/INTERNAL.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means an internal failure in the ORB. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INTERNAL extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 3771336866139357605L; diff --git a/libjava/classpath/org/omg/CORBA/INTF_REPOS.java b/libjava/classpath/org/omg/CORBA/INTF_REPOS.java index b7b6fe3fd98..7c65dc1f25f 100644 --- a/libjava/classpath/org/omg/CORBA/INTF_REPOS.java +++ b/libjava/classpath/org/omg/CORBA/INTF_REPOS.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means errors, related to the interface repository. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INTF_REPOS extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 722572694720671863L; diff --git a/libjava/classpath/org/omg/CORBA/INVALID_TRANSACTION.java b/libjava/classpath/org/omg/CORBA/INVALID_TRANSACTION.java index 08082d1f52c..ed39311cf33 100644 --- a/libjava/classpath/org/omg/CORBA/INVALID_TRANSACTION.java +++ b/libjava/classpath/org/omg/CORBA/INVALID_TRANSACTION.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means that request carried an invalid transaction context. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INVALID_TRANSACTION extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -4265126403821571697L; diff --git a/libjava/classpath/org/omg/CORBA/INV_FLAG.java b/libjava/classpath/org/omg/CORBA/INV_FLAG.java index 92b1cd12fee..6f6f6333ed9 100644 --- a/libjava/classpath/org/omg/CORBA/INV_FLAG.java +++ b/libjava/classpath/org/omg/CORBA/INV_FLAG.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means invalid flag, passed during operation. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INV_FLAG extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -4863924749863817671L; diff --git a/libjava/classpath/org/omg/CORBA/INV_IDENT.java b/libjava/classpath/org/omg/CORBA/INV_IDENT.java index 89a59448d5e..ae1de4fe88c 100644 --- a/libjava/classpath/org/omg/CORBA/INV_IDENT.java +++ b/libjava/classpath/org/omg/CORBA/INV_IDENT.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means that some IDL identifier has a wrong syntax. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INV_IDENT extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 4399295047946553530L; diff --git a/libjava/classpath/org/omg/CORBA/INV_OBJREF.java b/libjava/classpath/org/omg/CORBA/INV_OBJREF.java index 8b6368b7726..ef12b3cdc20 100644 --- a/libjava/classpath/org/omg/CORBA/INV_OBJREF.java +++ b/libjava/classpath/org/omg/CORBA/INV_OBJREF.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means that some object reference is internally malformed. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INV_OBJREF extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -7238811948257685034L; diff --git a/libjava/classpath/org/omg/CORBA/INV_POLICY.java b/libjava/classpath/org/omg/CORBA/INV_POLICY.java index 5b74e500aa4..45ef7ab0703 100644 --- a/libjava/classpath/org/omg/CORBA/INV_POLICY.java +++ b/libjava/classpath/org/omg/CORBA/INV_POLICY.java @@ -41,18 +41,18 @@ package org.omg.CORBA; import java.io.Serializable; /** - * This exception is thrown when an invocation cannot be made because of - * an incompatibility between Policy overrides that apply to the + * This exception is thrown when an invocation cannot be made because of + * an incompatibility between Policy overrides that apply to the * particular invocation. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class INV_POLICY extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -7823113107689030975L; diff --git a/libjava/classpath/org/omg/CORBA/IRObject.java b/libjava/classpath/org/omg/CORBA/IRObject.java index 8c9cde19d39..b0750089c81 100644 --- a/libjava/classpath/org/omg/CORBA/IRObject.java +++ b/libjava/classpath/org/omg/CORBA/IRObject.java @@ -50,4 +50,4 @@ import java.io.Serializable; public interface IRObject extends IRObjectOperations, org.omg.CORBA.Object, Serializable, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/IRObjectOperations.java b/libjava/classpath/org/omg/CORBA/IRObjectOperations.java index c7c89ae557d..40e93694743 100644 --- a/libjava/classpath/org/omg/CORBA/IRObjectOperations.java +++ b/libjava/classpath/org/omg/CORBA/IRObjectOperations.java @@ -65,4 +65,4 @@ public interface IRObjectOperations { */ void destroy() throws BAD_INV_ORDER; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/IdentifierHelper.java b/libjava/classpath/org/omg/CORBA/IdentifierHelper.java index deff909690e..644a3eb4e8f 100644 --- a/libjava/classpath/org/omg/CORBA/IdentifierHelper.java +++ b/libjava/classpath/org/omg/CORBA/IdentifierHelper.java @@ -113,4 +113,4 @@ public abstract class IdentifierHelper { ostream.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/LocalObject.java b/libjava/classpath/org/omg/CORBA/LocalObject.java index c4f095f21d9..60436ee3540 100644 --- a/libjava/classpath/org/omg/CORBA/LocalObject.java +++ b/libjava/classpath/org/omg/CORBA/LocalObject.java @@ -250,21 +250,21 @@ public class LocalObject { throw new NO_IMPLEMENT(INAPPROPRIATE); } - + /** * This method is called from <code>rmic</code> generated stubs if the * {@link Util#isLocal}, called passing <code>this</code> as parameter, * returns true. If the method returns null, the requested method is then * invoked on <code>this</code>. Else it is invoked on the returned object, * casting it into the interface that the local object implements. In this - * case, the generated stub also later calls + * case, the generated stub also later calls * {@link #_servant_postinvoke(ServantObject)}, passing that returned target * as parameter. - * + * * @param operation the name of the method being invoked. - * @param expectedType the interface that the returned servant + * @param expectedType the interface that the returned servant * object must implement. - * + * * @throws NO_IMPLEMENT always. If used, the method must be overridden. */ @SuppressWarnings("unchecked") // Needed for API compatibility @@ -272,28 +272,28 @@ public class LocalObject { throw new NO_IMPLEMENT(INAPPROPRIATE); } - - + + /** * This method is called from <code>rmic</code> generated stubs if the * {@link Util#isLocal}, called passing <code>this</code> as parameter, * returns true, and the {@link #_servant_preinvoke} return non-null object. * The stub then invokes the requrested method on that returned object and * later calls _servant_postinvoke, passing that returned target as parameter. - * + * * @param servant the object that has served as the invocation target for the * current operation. */ public void _servant_postinvoke(ServantObject servant) { } - + /** - * Invokes the operation. This method takes the OutputStream that was previously - * returned by a {@link #_request(String)} and returns an InputStream which + * Invokes the operation. This method takes the OutputStream that was previously + * returned by a {@link #_request(String)} and returns an InputStream which * contains the reply. Up till jdk 1.5 inclusive this method is marked as * unimplemented. - * + * * @throws NO_IMPLEMENT always. */ public InputStream _invoke(OutputStream output) @@ -301,23 +301,23 @@ public class LocalObject { throw new NO_IMPLEMENT(INAPPROPRIATE); } - + /** * While it may look that this should return true, the jdk 1.5 API states * that it must throw NO_IMPLEMENT instead. The rmi stubs do not call this * method to check if the object is local; they call {@link Util#isLocal} - * instead (passing <code>this</code> as parameter). - * + * instead (passing <code>this</code> as parameter). + * * @return never. - * + * * @throws NO_IMPLEMENT always. */ public boolean _is_local() { throw new NO_IMPLEMENT(INAPPROPRIATE); } - - + + /** * This method is not appropriate for the local objects and just * throws an exception. @@ -326,31 +326,31 @@ public class LocalObject */ public ORB _orb() { - throw new NO_IMPLEMENT(INAPPROPRIATE); + throw new NO_IMPLEMENT(INAPPROPRIATE); } - + /** * This method is not appropriate for the local objects and just * throws an exception. * * @throws NO_IMPLEMENT, always. */ - public void _releaseReply(InputStream input) + public void _releaseReply(InputStream input) { - throw new NO_IMPLEMENT(INAPPROPRIATE); + throw new NO_IMPLEMENT(INAPPROPRIATE); } - + /** * This method is not appropriate for the local objects and just * throws an exception. * * @throws NO_IMPLEMENT, always. */ - public OutputStream _request(String operation, boolean responseExpected) + public OutputStream _request(String operation, boolean responseExpected) { - throw new NO_IMPLEMENT(INAPPROPRIATE); + throw new NO_IMPLEMENT(INAPPROPRIATE); } - + /** * This method is not appropriate for the local objects and just * throws an exception. @@ -361,4 +361,4 @@ public class LocalObject { throw new NO_IMPLEMENT(INAPPROPRIATE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/LongSeqHolder.java b/libjava/classpath/org/omg/CORBA/LongSeqHolder.java index 79e94382d3d..8ecf96cc6f4 100644 --- a/libjava/classpath/org/omg/CORBA/LongSeqHolder.java +++ b/libjava/classpath/org/omg/CORBA/LongSeqHolder.java @@ -46,8 +46,8 @@ import org.omg.CORBA.portable.Streamable; /** * A sequence holder for CORBA <code>LongSeq</code> that is mapped into - * java <code>int[]</code>. - * + * java <code>int[]</code>. + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class LongSeqHolder @@ -56,27 +56,27 @@ public final class LongSeqHolder /** * The type code for this holder. Each holder has a different instance. */ - private final ArrayTypeCode typecode = + private final ArrayTypeCode typecode = new ArrayTypeCode(TCKind.tk_long); - + /** * The <code>int[]</code> (CORBA <code>LongSeq</code>) value, * held by this LongSeqHolder. */ public int[] value; - + /** * Constructs an instance of LongSeqHolder, * initializing {@link #value} to <code>null</code>. */ public LongSeqHolder() { - } - + } + /** * Constructs an instance of LongSeqHolder, * initializing {@link #value} to the given <code>int</code>. - * + * * @param initial_value a value that will be assigned to the * {@link #value} field. */ @@ -85,13 +85,13 @@ public final class LongSeqHolder value = initial_value; typecode.setLength(value.length); } - + /** * Fill in the {@link #value } field by reading the required data * from the given stream. This method first reads the array size * (as CORBA <code>long</code>and then calls the * {@link org.omg.CORBA.portable.InputStream#read_long_array }. - * + * * @param input the input stream to read from. */ public void _read(InputStream input) @@ -99,22 +99,22 @@ public final class LongSeqHolder value = new int[ input.read_long() ]; input.read_long_array(value, 0, value.length); typecode.setLength(value.length); - } - + } + /** * Write the {@link #value } field to the given stream. * This method first writes the array size * (as CORBA <code>long</code>and then calls the - * {@link org.omg.CORBA.portable.OutputStream#write_long_array }. - * + * {@link org.omg.CORBA.portable.OutputStream#write_long_array }. + * * @param output the output stream to write into. */ public void _write(OutputStream output) { output.write_long(value.length); output.write_long_array(value, 0, value.length); - } - + } + /** * Returns the TypeCode, corresponding the CORBA type that is stored * using this holder. @@ -122,7 +122,7 @@ public final class LongSeqHolder public TypeCode _type() { return typecode; - } - - + } + + } diff --git a/libjava/classpath/org/omg/CORBA/MARSHAL.java b/libjava/classpath/org/omg/CORBA/MARSHAL.java index b031acfd328..d5d86db4e94 100644 --- a/libjava/classpath/org/omg/CORBA/MARSHAL.java +++ b/libjava/classpath/org/omg/CORBA/MARSHAL.java @@ -44,7 +44,7 @@ import java.io.Serializable; * Means that some request or reply from the network has a wrong size or is * structurally invalid. In GNU Classpath, this exception may have the following * minor codes (the high 20 bits being Classpath VMCID): - * + * * <table border="1"> * <tr> * <th>Hex</th> @@ -216,7 +216,7 @@ import java.io.Serializable; * <td>No means are provided to read or write this value type (not Streamable, * not CustomMarshal, not Serializable, no factory, no helper.</td> * </tr> - * <tr> + * <tr> * <td>47430017</td> * <td>1195573271</td> * <td>23</td> @@ -228,7 +228,7 @@ import java.io.Serializable; * <td>47430018</td> * <td>1195573272</td> * <td>24</td> - * + * * <td>UnsupportedAddressing</td> * <td>Unsupported object addressing method in GIOP request header.</td> * </tr> @@ -246,7 +246,7 @@ import java.io.Serializable; * <td>TargetConversion</td> * <td>Problems with converting between stubs, ties, interfaces and * implementations.</td> - * + * * </tr> * <tr> * <td>4743001b</td> @@ -265,7 +265,7 @@ import java.io.Serializable; * serializable</td> * </tr> * </table> - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class MARSHAL @@ -280,7 +280,7 @@ public final class MARSHAL /** * Creates a MARSHAL with the default minor code of 0, completion state * COMPLETED_NO and the given explaining message. - * + * * @param message the explaining message. */ public MARSHAL(String message) @@ -300,7 +300,7 @@ public final class MARSHAL /** * Creates a MARSHAL exception with the specified minor code and completion * status. - * + * * @param minor_code additional error code. * @param is_completed the method completion status. */ @@ -311,7 +311,7 @@ public final class MARSHAL /** * Created MARSHAL exception, providing full information. - * + * * @param reason explaining message. * @param minor_code additional error code (the "minor"). * @param is_completed the method completion status. diff --git a/libjava/classpath/org/omg/CORBA/NO_IMPLEMENT.java b/libjava/classpath/org/omg/CORBA/NO_IMPLEMENT.java index 1041f200702..97caa1af0f4 100644 --- a/libjava/classpath/org/omg/CORBA/NO_IMPLEMENT.java +++ b/libjava/classpath/org/omg/CORBA/NO_IMPLEMENT.java @@ -50,8 +50,8 @@ public final class NO_IMPLEMENT extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 3519190655657192112L; diff --git a/libjava/classpath/org/omg/CORBA/NO_MEMORY.java b/libjava/classpath/org/omg/CORBA/NO_MEMORY.java index 276cb54f5a5..04bf3ff61dd 100644 --- a/libjava/classpath/org/omg/CORBA/NO_MEMORY.java +++ b/libjava/classpath/org/omg/CORBA/NO_MEMORY.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means that the server has runned out of memory. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class NO_MEMORY extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -4591569617929689285L; diff --git a/libjava/classpath/org/omg/CORBA/NO_PERMISSION.java b/libjava/classpath/org/omg/CORBA/NO_PERMISSION.java index 8e781842d71..cdce9c82099 100644 --- a/libjava/classpath/org/omg/CORBA/NO_PERMISSION.java +++ b/libjava/classpath/org/omg/CORBA/NO_PERMISSION.java @@ -42,15 +42,15 @@ import java.io.Serializable; /** * Means that the caller has no rights to invoke the operation. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class NO_PERMISSION extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -1533969523582458479L; diff --git a/libjava/classpath/org/omg/CORBA/NO_RESOURCES.java b/libjava/classpath/org/omg/CORBA/NO_RESOURCES.java index 14981b3aa77..a58279fbd07 100644 --- a/libjava/classpath/org/omg/CORBA/NO_RESOURCES.java +++ b/libjava/classpath/org/omg/CORBA/NO_RESOURCES.java @@ -43,9 +43,9 @@ import java.io.Serializable; /** * Means that the ORB has reached some general resource limitation like maximal * number of the opened connections. - * + * * In GNU Classpath, this exception may have the following minor codes: - * + * * <table border="1"> * <tr> * <td>Hex</td> @@ -72,8 +72,8 @@ import java.io.Serializable; * if turned on, prevents malicios client from knocking the server out by * suddenly submitting a very large number of requests. </td> * </tr> - * </table> - * + * </table> + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public final class NO_RESOURCES @@ -88,7 +88,7 @@ public final class NO_RESOURCES /** * Creates a NO_RESOURCES with the default minor code of 0, completion state * COMPLETED_NO and the given explaining message. - * + * * @param message the explaining message. */ public NO_RESOURCES(String message) @@ -108,7 +108,7 @@ public final class NO_RESOURCES /** * Creates a NO_RESOURCES exception with the specified minor code and * completion status. - * + * * @param a_minor additional error code. * @param a_completed the method completion status. */ @@ -119,7 +119,7 @@ public final class NO_RESOURCES /** * Created NO_RESOURCES exception, providing full information. - * + * * @param a_reason explaining message. * @param a_minor additional error code (the "minor"). * @param a_completed the method completion status. diff --git a/libjava/classpath/org/omg/CORBA/NO_RESPONSE.java b/libjava/classpath/org/omg/CORBA/NO_RESPONSE.java index afed988526d..140a39c9a89 100644 --- a/libjava/classpath/org/omg/CORBA/NO_RESPONSE.java +++ b/libjava/classpath/org/omg/CORBA/NO_RESPONSE.java @@ -50,8 +50,8 @@ public final class NO_RESPONSE extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 1971973765161647047L; diff --git a/libjava/classpath/org/omg/CORBA/NVList.java b/libjava/classpath/org/omg/CORBA/NVList.java index af1241ada7d..f446d600793 100644 --- a/libjava/classpath/org/omg/CORBA/NVList.java +++ b/libjava/classpath/org/omg/CORBA/NVList.java @@ -55,10 +55,10 @@ public abstract class NVList * Create and add a new named value object with null name, * null value and having given flags. * @param a_flags the flags, the normally expected values are - * {@link org.omg.CORBA.ARG_IN#value}, - * {@link org.omg.CORBA.ARG_OUT#value} and + * {@link org.omg.CORBA.ARG_IN#value}, + * {@link org.omg.CORBA.ARG_OUT#value} and * {@link org.omg.CORBA.ARG_INOUT#value} or 0. - * + * * @return the created and added value. */ public abstract NamedValue add(int a_flags); @@ -71,7 +71,7 @@ public abstract class NVList * {@link org.omg.CORBA.ARG_IN#value}, * {@link org.omg.CORBA.ARG_OUT#value} and * {@link org.omg.CORBA.ARG_INOUT#value} or 0. - * + * * @return the created and added value. */ public abstract NamedValue add_item(String a_name, int a_flags); @@ -85,14 +85,14 @@ public abstract class NVList * {@link org.omg.CORBA.ARG_IN#value}, * {@link org.omg.CORBA.ARG_OUT#value} and * {@link org.omg.CORBA.ARG_INOUT#value} or 0. - * + * * @return the created object. */ public abstract NamedValue add_value(String a_name, Any a_value, int a_flags); /** * Get the number of the present named value pairs. - * + * * @return the number of objects in the list. */ public abstract int count(); @@ -100,7 +100,7 @@ public abstract class NVList /** * Get the item at the given index * @param at the index. - * + * * @return the item at the index * @throws Bounds if the index is out of bounds. */ diff --git a/libjava/classpath/org/omg/CORBA/OBJECT_NOT_EXIST.java b/libjava/classpath/org/omg/CORBA/OBJECT_NOT_EXIST.java index 549ac64d1bf..97ca3197e94 100644 --- a/libjava/classpath/org/omg/CORBA/OBJECT_NOT_EXIST.java +++ b/libjava/classpath/org/omg/CORBA/OBJECT_NOT_EXIST.java @@ -48,8 +48,8 @@ public final class OBJECT_NOT_EXIST extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 7226958015420512389L; diff --git a/libjava/classpath/org/omg/CORBA/OBJ_ADAPTER.java b/libjava/classpath/org/omg/CORBA/OBJ_ADAPTER.java index f1b25a4c4dc..8ec07fd4de0 100644 --- a/libjava/classpath/org/omg/CORBA/OBJ_ADAPTER.java +++ b/libjava/classpath/org/omg/CORBA/OBJ_ADAPTER.java @@ -49,8 +49,8 @@ public final class OBJ_ADAPTER extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -1516541344234786928L; diff --git a/libjava/classpath/org/omg/CORBA/OMGVMCID.java b/libjava/classpath/org/omg/CORBA/OMGVMCID.java index 2b2bd4bc3ef..127706bf0f7 100644 --- a/libjava/classpath/org/omg/CORBA/OMGVMCID.java +++ b/libjava/classpath/org/omg/CORBA/OMGVMCID.java @@ -1,4 +1,4 @@ -/* OMGVMCID.java -- +/* OMGVMCID.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -56,11 +56,11 @@ package org.omg.CORBA; * assigned space, the assignment of values to minor codes is left to the * vendor. * </p> - * + * * <p> * The VMCID 0 and 0xFFFFF0000 are reserved for experimental use. * </p> - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public interface OMGVMCID diff --git a/libjava/classpath/org/omg/CORBA/ORB.java b/libjava/classpath/org/omg/CORBA/ORB.java index 71e63d45621..d40007d2ce4 100644 --- a/libjava/classpath/org/omg/CORBA/ORB.java +++ b/libjava/classpath/org/omg/CORBA/ORB.java @@ -62,12 +62,12 @@ import java.util.Properties; * A central class in CORBA implementation, responsible for sending and handling * remote invocations. ORB also works as a factory for creating instances of * certain CORBA classes. - * + * * Despite the core library contains the fully working CORBA implementation, it * also provides a simple way to plug-in the alternative CORBA support. This is * done by replacing the ORB. The alternative ORB can be specified via * properties, passed to ORB.Init(...). - * + * * When creating an ORB instance, the class name is searched in the following * locations: * <p> @@ -77,7 +77,7 @@ import java.util.Properties; * 4. The orb.properties file located in the user.home directory (if any).<br> * 5. The orb.properties file located in the java.home/lib directory (if any). * </p> - * + * * The supported properties are: <table border="1"> * <tr> * <td> org.omg.CORBA.ORBClass</td> @@ -99,7 +99,7 @@ import java.util.Properties; * <td>org.omg.CORBA.ORBid</td> * <td>Specifies the name (ORB Id) of this ORB. The ORB Id is later accessible * by {@link ObjectReferenceTemplate#orb_id}. The default value includes the - * hashcode of the ORB instance that is normally different for each ORB. + * hashcode of the ORB instance that is normally different for each ORB. * </td> * </tr> * <tr> @@ -126,16 +126,16 @@ import java.util.Properties; * currently instantiated. Serves as a replacement of the proprietary * property com.sun.CORBA.connection.ORBSocketFactoryClass. To have multiple * types of sockets, instantiate several ORB's with this property each time - * set to the different value. + * set to the different value. * The factory must implement gnu.CORBA.interfaces.SocketFactory. * </td> * </tr> - * </table> + * </table> * <p>The command line accepts the same properties as a keys. When * specifying in the command line, the prefix org.omg.CORBA can be omitted, for * instance<code> -ORBInitRef NameService=IOR:aabbccdd....</code> * </p> - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public abstract class ORB @@ -155,20 +155,20 @@ public abstract class ORB */ private static final String RESTRICTED_ORB = "org.omg.CORBA.ORBSingletonClass"; - + private static final String LISTENER_PORT = OrbFocused.LISTENER_PORT; - + /** * The class, implementing the default fully functional ORB. */ private static final String DEFAULT_FUNCTIONAL_ORB = gnu.CORBA.Poa.ORB_1_4.class.getName(); - + private static final String DEFAULT_FOCUSED_ORB = gnu.CORBA.OrbFocused.class.getName(); - - // There is no need for name of the default restricted ORB as it is + + // There is no need for name of the default restricted ORB as it is // singleton and it is more effectively referred directly. /** @@ -282,7 +282,7 @@ public abstract class ORB { throw new NO_IMPLEMENT(); } - + /** * The support for {@link DynAny} and derived interfaces * has never been implemented in Sun's java releases, @@ -371,7 +371,7 @@ public abstract class ORB { throw new NO_IMPLEMENT(); } - + /** * The support for {@link DynUnion} and derived interfaces * has never been implemented in Sun's java releases, @@ -529,7 +529,7 @@ public abstract class ORB */ public abstract Request get_next_response() throws WrongTransaction; - + /** * Create a new CDR output stream, where the parameter values can be written * during the method invocation. @@ -844,10 +844,10 @@ public abstract class ORB { String ocn = applet.getParameter(FUNCTIONAL_ORB); String lp = applet.getParameter(LISTENER_PORT); - + if (ocn==null && lp!=null) ocn = DEFAULT_FOCUSED_ORB; - + ORB orb = createORB(props, ocn); orb.set_parameters(applet, props); @@ -856,18 +856,18 @@ public abstract class ORB /** * Creates the working instance of ORB for a standalone application. - * + * * By default the built-in fully functional ORB is returned. The ORB class is * found as described in the header of this class. - * + * * @param args the parameters, passed to the applications * <code>main(String[] args)</code> method, may be <code>null</code>. The * parameter -org.omg.CORBA.ORBClass <class name> if present, defines the used * ORB implementation class. If this property is not present, the ORB class is * found as described in the class header. - * + * * @param props application specific properties, may be <code>null</code>. - * + * * @return a newly created functional derivative of this abstract class. */ public static ORB init(String[] args, Properties props) @@ -901,9 +901,9 @@ public abstract class ORB /** * List the initially available CORBA objects (services). - * + * * @return a list of services. - * + * * @see #resolve_initial_references(String) */ public abstract String[] list_initial_services(); @@ -1018,28 +1018,28 @@ public abstract class ORB * using the <code>narrow(Object)</code> method of its helper. * </p><p> * This function supports the following input formats:<br> - * 1. IOR reference (<b>ior:</b>nnnnn ..), usually computer generated.<br> + * 1. IOR reference (<b>ior:</b>nnnnn ..), usually computer generated.<br> * 2. <b>corbaloc:</b>[<b>iiop</b>][version.subversion<b>@</b>]<b>:</b>host[<b>:</b>port]<b>/</b><i>key</i> * defines similar information as IOR reference, but is more human readable. * This type of reference may also contain multiple addresses (see * OMG documentation for complete format).<br> * 3. <b>corbaloc:rir:/</b><i>name</i> defines internal reference on this - * ORB that is resolved using {@link #resolve_initial_references}, passing + * ORB that is resolved using {@link #resolve_initial_references}, passing * the given <i>name</i> as parameter.<br> * 4. <b>corbaname:rir:#</b><i>name</i> states that the given <i>name</i> * must be resolved using the naming service, default for this ORB.<br> * 5. <b>corbaname:</b>[<b>iiop</b>][version.subversion<b>@</b>]<b>:</b>host[<b>:</b>port]<b>#</b><i>name</i> * states that the <i>name</i> must be resolved using the naming service - * that runs on the given host at the given port. The ORB expects to find - * there the {@link org.omg.CosNaming.NamingContext} under the key + * that runs on the given host at the given port. The ORB expects to find + * there the {@link org.omg.CosNaming.NamingContext} under the key * "NameService.<br> - * 7. file://[file name] Read the object definition string from the + * 7. file://[file name] Read the object definition string from the * file system<br> * 8. http://[url] Read the object definition string from the provided * url.<br> * 9. ftp://[url] Read the object definition string from the provided * url.<br> - * + * * <p>The default port is always 2809. The default iiop version is 1.0 * that now may not always be supported, so we would recommend to specify * the version explicitly.</p> @@ -1047,29 +1047,29 @@ public abstract class ORB * The examples of the corbaloc and corbaname addresses:<br> * corbaname:rir:#xobj - ask local naming service for "xobj".<br> * corbaname:rir:/NameService#xobj - same (long form).<br> - * corbaname:iiop:1.2@localhost:900#xobj - same, assuming that the naming + * corbaname:iiop:1.2@localhost:900#xobj - same, assuming that the naming * service runs at port 900 on the local host and supports iiop 1.2.<br> - * corbaname:iiop:localhost#xobj - same, assuming that the naming + * corbaname:iiop:localhost#xobj - same, assuming that the naming * service runs at port 2809 on the local host and supports iiop 1.0.<br> * corbaloc::gnu.xxx.yy/Prod/TradingService - the object exists on the - * host gnu.xxx.yy, port 2809 having the key "Prod/TradingService". Its ORB + * host gnu.xxx.yy, port 2809 having the key "Prod/TradingService". Its ORB * supports iiop 1.0.<br> * corbaloc::gnu.xxx.yy/Prod/TradingService:801 - the object exists on the - * host gnu.xxx.yy, port 801 having the key "Prod/TradingService". Its ORB + * host gnu.xxx.yy, port 801 having the key "Prod/TradingService". Its ORB * supports iiop 1.0 (iiop keyword ommitted).<br> * corbaloc:iiop:1.1@gnu.xxx.yy/Prod/TradingService - the object exists on the - * host gnu.xxx.yy, port 801 having the key "Prod/TradingService". Its ORB + * host gnu.xxx.yy, port 801 having the key "Prod/TradingService". Its ORB * supports iiop 1.1.<br> * corbaloc:rir:/NameService - the default naming service. * * @param IOR the object IOR representation string. * * @return the found CORBA object. - * + * * @throws BAD_PARAM if the string being parsed is invalid. * @throws DATA_CONVERSION if the string being parsed contains unsupported * prefix or protocol. - * + * * @see #object_to_string(org.omg.CORBA.Object) */ public abstract Object string_to_object(String IOR); @@ -1146,7 +1146,7 @@ public abstract class ORB if (orb_cn == null) orb_cn = checkFile(property, "java.home", "lib"); - + return orb_cn; } @@ -1189,7 +1189,7 @@ public abstract class ORB /** * Create ORB when its name is possibly known. - * + * * @param props properties, possibly containing the ORB name. * @param orbClassName the direct ORB class name, overriding other possible * locations, or null if not specified. diff --git a/libjava/classpath/org/omg/CORBA/ObjectHelper.java b/libjava/classpath/org/omg/CORBA/ObjectHelper.java index dbf43308029..fd1211ade44 100644 --- a/libjava/classpath/org/omg/CORBA/ObjectHelper.java +++ b/libjava/classpath/org/omg/CORBA/ObjectHelper.java @@ -64,7 +64,7 @@ public abstract class ObjectHelper { BAD_OPERATION bad = new BAD_OPERATION("CORBA object expected"); bad.minor = Minor.Any; - throw bad; + throw bad; } } diff --git a/libjava/classpath/org/omg/CORBA/ObjectHolder.java b/libjava/classpath/org/omg/CORBA/ObjectHolder.java index 235f1e66fcd..65eaeae9a26 100644 --- a/libjava/classpath/org/omg/CORBA/ObjectHolder.java +++ b/libjava/classpath/org/omg/CORBA/ObjectHolder.java @@ -130,4 +130,4 @@ public final class ObjectHolder { output.write_Object(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PERSIST_STORE.java b/libjava/classpath/org/omg/CORBA/PERSIST_STORE.java index 1fdddf1d04c..99acf543b0c 100644 --- a/libjava/classpath/org/omg/CORBA/PERSIST_STORE.java +++ b/libjava/classpath/org/omg/CORBA/PERSIST_STORE.java @@ -49,8 +49,8 @@ public final class PERSIST_STORE extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -6835478548864681965L; diff --git a/libjava/classpath/org/omg/CORBA/ParameterMode.java b/libjava/classpath/org/omg/CORBA/ParameterMode.java index 931a2e92780..cdda82547a5 100644 --- a/libjava/classpath/org/omg/CORBA/ParameterMode.java +++ b/libjava/classpath/org/omg/CORBA/ParameterMode.java @@ -139,4 +139,4 @@ public class ParameterMode throw new BAD_PARAM("Invalid parameter mode: " + p_mode); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/ParameterModeHelper.java b/libjava/classpath/org/omg/CORBA/ParameterModeHelper.java index c96ce94ac21..c0948d4b74d 100644 --- a/libjava/classpath/org/omg/CORBA/ParameterModeHelper.java +++ b/libjava/classpath/org/omg/CORBA/ParameterModeHelper.java @@ -113,4 +113,4 @@ public abstract class ParameterModeHelper { ostream.write_long(value.value()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PolicyErrorCodeHelper.java b/libjava/classpath/org/omg/CORBA/PolicyErrorCodeHelper.java index ecb9821dc35..75709e801cb 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyErrorCodeHelper.java +++ b/libjava/classpath/org/omg/CORBA/PolicyErrorCodeHelper.java @@ -49,7 +49,7 @@ import org.omg.CORBA.portable.OutputStream; /** * A helper operations for the policy error code as an alias of * <code>short</code>. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class PolicyErrorCodeHelper @@ -66,7 +66,7 @@ public abstract class PolicyErrorCodeHelper /** * Returns policy error code repository id. - * + * * @return "IDL:omg.org/CORBA/PolicyErrorCode:1.0", always. */ public static String id() @@ -93,7 +93,7 @@ public abstract class PolicyErrorCodeHelper /** * Returns a typecode of the policy error code, stating it is an alias of * <code>short</code>, named "PolicyErrorCode". - * + * * @return a typecode of synchronization scope. */ public static TypeCode type() @@ -112,4 +112,4 @@ public abstract class PolicyErrorCodeHelper { ostream.write_short(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PolicyErrorHelper.java b/libjava/classpath/org/omg/CORBA/PolicyErrorHelper.java index e665197b107..4d949fae42a 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyErrorHelper.java +++ b/libjava/classpath/org/omg/CORBA/PolicyErrorHelper.java @@ -59,16 +59,16 @@ public abstract class PolicyErrorHelper { /** * Create the PolicyError typecode. The typecode defines a structure, named - * "PolicyError", containing the PolicyErrorCode (alias int, see + * "PolicyError", containing the PolicyErrorCode (alias int, see * {@link PolicyErrorCodeHelper}) field, named "reason". */ public static TypeCode type() { ORB orb = OrbRestricted.Singleton; StructMember[] members = new StructMember[ 1 ]; - + TypeCode field; - + field = orb.create_alias_tc("IDL:omg.org/CORBA/PolicyErrorCode:1.0", "PolicyErrorCode", orb.get_primitive_tc(TCKind.tk_short) diff --git a/libjava/classpath/org/omg/CORBA/PolicyErrorHolder.java b/libjava/classpath/org/omg/CORBA/PolicyErrorHolder.java index cc3cf68681a..c3e8e8237b2 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyErrorHolder.java +++ b/libjava/classpath/org/omg/CORBA/PolicyErrorHolder.java @@ -100,4 +100,4 @@ public final class PolicyErrorHolder implements Streamable { return PolicyErrorHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PolicyHelper.java b/libjava/classpath/org/omg/CORBA/PolicyHelper.java index 4f88cd78396..eb4332f642e 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyHelper.java +++ b/libjava/classpath/org/omg/CORBA/PolicyHelper.java @@ -156,4 +156,4 @@ public abstract class PolicyHelper { output.write_Object(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PolicyHolder.java b/libjava/classpath/org/omg/CORBA/PolicyHolder.java index 7dafbca6f60..cc2cfcfe2cc 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyHolder.java +++ b/libjava/classpath/org/omg/CORBA/PolicyHolder.java @@ -103,4 +103,4 @@ public final class PolicyHolder { return PolicyHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PolicyListHelper.java b/libjava/classpath/org/omg/CORBA/PolicyListHelper.java index 54f2036759a..c3ca36369ec 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyListHelper.java +++ b/libjava/classpath/org/omg/CORBA/PolicyListHelper.java @@ -136,4 +136,4 @@ public abstract class PolicyListHelper PolicyHelper.write(output, value [ i ]); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PolicyListHolder.java b/libjava/classpath/org/omg/CORBA/PolicyListHolder.java index 1b1d9da727c..fd3815afad4 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyListHolder.java +++ b/libjava/classpath/org/omg/CORBA/PolicyListHolder.java @@ -103,4 +103,4 @@ public final class PolicyListHolder { return PolicyListHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/PolicyOperations.java b/libjava/classpath/org/omg/CORBA/PolicyOperations.java index 06ca2734d8d..141eb1cbaa4 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyOperations.java +++ b/libjava/classpath/org/omg/CORBA/PolicyOperations.java @@ -63,7 +63,7 @@ public interface PolicyOperations * Return an integer number, corresponding the type of this policy. * The values, defining the different policy types, are allocated * by OMG (request AT omg DOT org). - * + * * @return the integer policy code. */ int policy_type(); diff --git a/libjava/classpath/org/omg/CORBA/PolicyTypeHelper.java b/libjava/classpath/org/omg/CORBA/PolicyTypeHelper.java index 575fe4aa309..dc92d77074a 100644 --- a/libjava/classpath/org/omg/CORBA/PolicyTypeHelper.java +++ b/libjava/classpath/org/omg/CORBA/PolicyTypeHelper.java @@ -120,4 +120,4 @@ public abstract class PolicyTypeHelper { output.write_ulong(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/RepositoryIdHelper.java b/libjava/classpath/org/omg/CORBA/RepositoryIdHelper.java index 033a96819d3..843958b229e 100644 --- a/libjava/classpath/org/omg/CORBA/RepositoryIdHelper.java +++ b/libjava/classpath/org/omg/CORBA/RepositoryIdHelper.java @@ -113,4 +113,4 @@ public abstract class RepositoryIdHelper { ostream.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/Request.java b/libjava/classpath/org/omg/CORBA/Request.java index beec7869185..cca242d6c86 100644 --- a/libjava/classpath/org/omg/CORBA/Request.java +++ b/libjava/classpath/org/omg/CORBA/Request.java @@ -41,9 +41,9 @@ package org.omg.CORBA; /** * An object, containing the information, needed to invoke the method of - * the local or remote CORBA object. The Request is used in + * the local or remote CORBA object. The Request is used in * Dynamic Invocation Interface (DII) which allows dynamic creation of - * requests. + * requests. * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ @@ -127,11 +127,11 @@ public abstract class Request * @return the list of parameters. */ public abstract NVList arguments(); - + /** * Get the context list object for this request. - * - * @return a list of strings that must be resolved and sent with the + * + * @return a list of strings that must be resolved and sent with the * invocation. */ public abstract ContextList contexts(); diff --git a/libjava/classpath/org/omg/CORBA/ServiceDetailHelper.java b/libjava/classpath/org/omg/CORBA/ServiceDetailHelper.java index 76fbda610e6..4c17a99ceba 100644 --- a/libjava/classpath/org/omg/CORBA/ServiceDetailHelper.java +++ b/libjava/classpath/org/omg/CORBA/ServiceDetailHelper.java @@ -134,19 +134,19 @@ public abstract class ServiceDetailHelper public static TypeCode type() { ORB orb = OrbRestricted.Singleton; - + StructMember[] members = new StructMember[ 2 ]; - + TypeCode type = orb.create_alias_tc(_id, "ServiceDetailType", orb.get_primitive_tc(TCKind.tk_ulong) ); members [ 0 ] = new StructMember("service_detail_type", type, null); - + TypeCode data = orb.create_sequence_tc(0, orb.get_primitive_tc(TCKind.tk_octet)); members [ 1 ] = new StructMember("service_detail", data, null); - + return orb.create_struct_tc(id(), "ServiceDetail", members); } @@ -166,4 +166,4 @@ public abstract class ServiceDetailHelper value.service_detail.length ); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/ServiceInformationHelper.java b/libjava/classpath/org/omg/CORBA/ServiceInformationHelper.java index f77378fd79c..1da4358a6e3 100644 --- a/libjava/classpath/org/omg/CORBA/ServiceInformationHelper.java +++ b/libjava/classpath/org/omg/CORBA/ServiceInformationHelper.java @@ -107,17 +107,17 @@ public abstract class ServiceInformationHelper public static TypeCode type() { ORB orb = OrbRestricted.Singleton; - + StructMember[] members = new StructMember[ 2 ]; TypeCode member; - + member = orb.create_alias_tc("IDL:omg.org/CORBA/ServiceOptionSeq:1.0", "ServiceOptionSeq", LongSeqHelper.type() ); - + members [ 0 ] = new StructMember("service_options", member, null); - + member = ServiceDetailHelper.type(); member = orb.create_sequence_tc(0, member); member = @@ -125,7 +125,7 @@ public abstract class ServiceInformationHelper "ServiceDetailSeq", member ); members [ 1 ] = new StructMember("service_details", member, null); - + return orb.create_struct_tc(ServiceInformationHelper.id(), "ServiceInformation", members diff --git a/libjava/classpath/org/omg/CORBA/SetOverrideTypeHelper.java b/libjava/classpath/org/omg/CORBA/SetOverrideTypeHelper.java index fb2c8235a91..84c2a016df9 100644 --- a/libjava/classpath/org/omg/CORBA/SetOverrideTypeHelper.java +++ b/libjava/classpath/org/omg/CORBA/SetOverrideTypeHelper.java @@ -77,9 +77,9 @@ public abstract class SetOverrideTypeHelper String[] members = new String[] { - "SET_OVERRIDE" ,"ADD_OVERRIDE" + "SET_OVERRIDE" ,"ADD_OVERRIDE" }; - + return OrbRestricted.Singleton.create_enum_tc(id(), "SetOverrideType", members diff --git a/libjava/classpath/org/omg/CORBA/StringValueHelper.java b/libjava/classpath/org/omg/CORBA/StringValueHelper.java index 5273f5cfb9d..197957a0861 100644 --- a/libjava/classpath/org/omg/CORBA/StringValueHelper.java +++ b/libjava/classpath/org/omg/CORBA/StringValueHelper.java @@ -190,4 +190,4 @@ public class StringValueHelper { out.write_string(a_string); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/StructMember.java b/libjava/classpath/org/omg/CORBA/StructMember.java index 9e05a2260d1..09245b40400 100644 --- a/libjava/classpath/org/omg/CORBA/StructMember.java +++ b/libjava/classpath/org/omg/CORBA/StructMember.java @@ -69,7 +69,7 @@ public final class StructMember * The typecode of the structure member. */ public TypeCode type; - + /** * Creates a structure member with all fields * left with the default value <code>null</code>. @@ -77,10 +77,10 @@ public final class StructMember public StructMember() { } - + /** * Creates a structure member. - * + * * @param a_name member name. * @param a_type member type code. * @param a_type_def member IDL type definition. diff --git a/libjava/classpath/org/omg/CORBA/StructMemberHelper.java b/libjava/classpath/org/omg/CORBA/StructMemberHelper.java index 01445129b67..9a310cffe7a 100644 --- a/libjava/classpath/org/omg/CORBA/StructMemberHelper.java +++ b/libjava/classpath/org/omg/CORBA/StructMemberHelper.java @@ -177,4 +177,4 @@ public abstract class StructMemberHelper throw m; } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/SystemException.java b/libjava/classpath/org/omg/CORBA/SystemException.java index 127b918d37a..6c5c5f968e4 100644 --- a/libjava/classpath/org/omg/CORBA/SystemException.java +++ b/libjava/classpath/org/omg/CORBA/SystemException.java @@ -42,7 +42,7 @@ import java.io.Serializable; /** * The root class for all CORBA standard exceptions. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public abstract class SystemException @@ -69,16 +69,16 @@ public abstract class SystemException * The Classpath specifice minor exception codes are documented in the headers * of the corresponding exceptions (for instance, {@link MARSHAL}). * </p> - * - * The VMCID 0 and 0xfffff are reserved for experimental use. - * + * + * The VMCID 0 and 0xfffff are reserved for experimental use. + * * @see OMGVMCID */ public int minor; /** * Constructs an instance of the CORBA standard exception. - * + * * @param a_reason a string, explaining the reason why the exceptions has been * thrown. * @param a_minor an additional error code (known as the "minor") diff --git a/libjava/classpath/org/omg/CORBA/TCKind.java b/libjava/classpath/org/omg/CORBA/TCKind.java index 0ad2d528421..62b90536707 100644 --- a/libjava/classpath/org/omg/CORBA/TCKind.java +++ b/libjava/classpath/org/omg/CORBA/TCKind.java @@ -449,9 +449,9 @@ public class TCKind /** * The array of all tk_... instances, sorted by the kind number. - * + * * As long as the kind numbers make the continuos sequence, starting from 0, - * the members can be found just by direct indexing. + * the members can be found just by direct indexing. */ private static final TCKind[] tk = new TCKind[] @@ -500,5 +500,5 @@ public class TCKind throw new BAD_PARAM("Invalid _tk_ code "+_tk_nnn); } } - + } diff --git a/libjava/classpath/org/omg/CORBA/TRANSACTION_REQUIRED.java b/libjava/classpath/org/omg/CORBA/TRANSACTION_REQUIRED.java index 3d6c55c526a..6cfc6182a58 100644 --- a/libjava/classpath/org/omg/CORBA/TRANSACTION_REQUIRED.java +++ b/libjava/classpath/org/omg/CORBA/TRANSACTION_REQUIRED.java @@ -41,7 +41,7 @@ package org.omg.CORBA; import java.io.Serializable; /** - * Means that request carried a null transaction context, but an + * Means that request carried a null transaction context, but an * active transaction is required. * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ @@ -49,8 +49,8 @@ public final class TRANSACTION_REQUIRED extends SystemException implements Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -1900254548742148576L; diff --git a/libjava/classpath/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java b/libjava/classpath/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java index f7f4aabf2d5..14edc2cb796 100644 --- a/libjava/classpath/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java +++ b/libjava/classpath/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java @@ -50,7 +50,7 @@ public final class TRANSACTION_ROLLEDBACK extends SystemException implements Serializable { - /** + /** * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -343903462439281571L; diff --git a/libjava/classpath/org/omg/CORBA/TRANSIENT.java b/libjava/classpath/org/omg/CORBA/TRANSIENT.java index 1dad9a1c4e7..081eabf3a8a 100644 --- a/libjava/classpath/org/omg/CORBA/TRANSIENT.java +++ b/libjava/classpath/org/omg/CORBA/TRANSIENT.java @@ -94,4 +94,4 @@ public final class TRANSIENT { super(reason, minor, completed); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/TypeCode.java b/libjava/classpath/org/omg/CORBA/TypeCode.java index a1ad3db9e61..6a72f5a1d61 100644 --- a/libjava/classpath/org/omg/CORBA/TypeCode.java +++ b/libjava/classpath/org/omg/CORBA/TypeCode.java @@ -268,4 +268,4 @@ public abstract class TypeCode */ public abstract short type_modifier() throws BadKind; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/TypeCodePackage/BadKind.java b/libjava/classpath/org/omg/CORBA/TypeCodePackage/BadKind.java index d7f0ce5236e..2da316e265d 100644 --- a/libjava/classpath/org/omg/CORBA/TypeCodePackage/BadKind.java +++ b/libjava/classpath/org/omg/CORBA/TypeCodePackage/BadKind.java @@ -53,11 +53,11 @@ public final class BadKind extends UserException implements IDLEntity, Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = 1030443154456771956L; - + /** * Constructs a the exception. */ diff --git a/libjava/classpath/org/omg/CORBA/TypeCodePackage/Bounds.java b/libjava/classpath/org/omg/CORBA/TypeCodePackage/Bounds.java index 364447cd9ca..fda440f1668 100644 --- a/libjava/classpath/org/omg/CORBA/TypeCodePackage/Bounds.java +++ b/libjava/classpath/org/omg/CORBA/TypeCodePackage/Bounds.java @@ -46,18 +46,18 @@ import org.omg.CORBA.portable.IDLEntity; /** * The {@link org.omg.CORBA.TypeCode#member_name(int) }, * {@link org.omg.CORBA.TypeCode#member_type(int) } and - * {@link org.omg.CORBA.TypeCode#member_label(int) } raise Bounds when + * {@link org.omg.CORBA.TypeCode#member_label(int) } raise Bounds when * the parameter is larger than the index of the last member, * constituting the type. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public final class Bounds extends UserException implements IDLEntity, Serializable { - /** - * Use serialVersionUID for interoperability. + /** + * Use serialVersionUID for interoperability. */ private static final long serialVersionUID = -5418177951071152101L; diff --git a/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY.java b/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY.java index 007df5c8c7f..e07f9e08b31 100644 --- a/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY.java +++ b/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY.java @@ -1,4 +1,4 @@ -/* UNSUPPORTED_POLICY.java -- +/* UNSUPPORTED_POLICY.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,17 +39,17 @@ package org.omg.CORBA; /** * Holds a single constant, specifying, that - * while the requested {@link Policy} is valid, it is not supported by - * this ORB. One of the PolicyErrorCodes, others being + * while the requested {@link Policy} is valid, it is not supported by + * this ORB. One of the PolicyErrorCodes, others being * {@link UNSUPPORTED_POLICY_VALUE}, {@link BAD_POLICY}, * {@link BAD_POLICY_TYPE}, {@link BAD_POLICY_VALUE}. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public interface UNSUPPORTED_POLICY { /** - * States that while the requested {@link Policy} is valid, + * States that while the requested {@link Policy} is valid, * it is not supported by this ORB. */ short value = 1; diff --git a/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java b/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java index a05dd9d3467..6da7238b7dc 100644 --- a/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java +++ b/libjava/classpath/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java @@ -1,4 +1,4 @@ -/* UNSUPPORTED_POLICY_VALUE.java -- +/* UNSUPPORTED_POLICY_VALUE.java -- Copyright (C) 2005 Free Software Foundation, Inc. This file is part of GNU Classpath. @@ -39,18 +39,18 @@ package org.omg.CORBA; /** * Holds a single constant, specifying, that - * while the requested {@link Policy} value is valid, it is not - * supported by this ORB. One of the PolicyErrorCodes, others being + * while the requested {@link Policy} value is valid, it is not + * supported by this ORB. One of the PolicyErrorCodes, others being * {@link UNSUPPORTED_POLICY}, {@link BAD_POLICY}, {@link BAD_POLICY_TYPE} , * {@link BAD_POLICY_VALUE}. - * + * * @author Audrius Meskauskas (AudriusA@Bioinformatics.org) */ public interface UNSUPPORTED_POLICY_VALUE { /** - * States that while the requested {@link Policy} value is valid, - * it is not supported by this ORB. + * States that while the requested {@link Policy} value is valid, + * it is not supported by this ORB. */ short value = 4; } diff --git a/libjava/classpath/org/omg/CORBA/UnionMemberHelper.java b/libjava/classpath/org/omg/CORBA/UnionMemberHelper.java index ef69329b7ab..d0622e8a962 100644 --- a/libjava/classpath/org/omg/CORBA/UnionMemberHelper.java +++ b/libjava/classpath/org/omg/CORBA/UnionMemberHelper.java @@ -174,9 +174,9 @@ public abstract class UnionMemberHelper catch (UserException ex) { MARSHAL m = new MARSHAL(); - m.minor = Minor.UserException; + m.minor = Minor.UserException; m.initCause(ex); throw m; } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/UnknownUserException.java b/libjava/classpath/org/omg/CORBA/UnknownUserException.java index 3b33ffd337a..170f2d5d293 100644 --- a/libjava/classpath/org/omg/CORBA/UnknownUserException.java +++ b/libjava/classpath/org/omg/CORBA/UnknownUserException.java @@ -84,4 +84,4 @@ public final class UnknownUserException { except = an_exception; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java b/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java index 0fa966982ec..816cdeebaf3 100644 --- a/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java +++ b/libjava/classpath/org/omg/CORBA/UnknownUserExceptionHolder.java @@ -100,4 +100,4 @@ public final class UnknownUserExceptionHolder implements Streamable { return UnknownUserExceptionHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java b/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java index 644666971ac..4fdb452b3d5 100644 --- a/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java +++ b/libjava/classpath/org/omg/CORBA/ValueBaseHelper.java @@ -134,4 +134,4 @@ public abstract class ValueBaseHelper { Vio.write(output, value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/ValueBaseHolder.java b/libjava/classpath/org/omg/CORBA/ValueBaseHolder.java index 58f48536ff2..ed9f1af5cae 100644 --- a/libjava/classpath/org/omg/CORBA/ValueBaseHolder.java +++ b/libjava/classpath/org/omg/CORBA/ValueBaseHolder.java @@ -107,4 +107,4 @@ public class ValueBaseHolder { ValueBaseHelper.write(output, value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/ValueMemberHelper.java b/libjava/classpath/org/omg/CORBA/ValueMemberHelper.java index 3150af2aaf4..b62f04d3cbd 100644 --- a/libjava/classpath/org/omg/CORBA/ValueMemberHelper.java +++ b/libjava/classpath/org/omg/CORBA/ValueMemberHelper.java @@ -178,7 +178,7 @@ public abstract class ValueMemberHelper catch (UserException ex) { MARSHAL m = new MARSHAL(); - m.minor = Minor.UserException; + m.minor = Minor.UserException; m.initCause(ex); throw m; } @@ -202,9 +202,9 @@ public abstract class ValueMemberHelper catch (UserException ex) { MARSHAL m = new MARSHAL(); - m.minor = Minor.UserException; + m.minor = Minor.UserException; m.initCause(ex); throw m; } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/VersionSpecHelper.java b/libjava/classpath/org/omg/CORBA/VersionSpecHelper.java index 74bdb7b7a16..b6e57f1d7be 100644 --- a/libjava/classpath/org/omg/CORBA/VersionSpecHelper.java +++ b/libjava/classpath/org/omg/CORBA/VersionSpecHelper.java @@ -113,4 +113,4 @@ public abstract class VersionSpecHelper { ostream.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/VisibilityHelper.java b/libjava/classpath/org/omg/CORBA/VisibilityHelper.java index a00f96e140e..7fd5d91a782 100644 --- a/libjava/classpath/org/omg/CORBA/VisibilityHelper.java +++ b/libjava/classpath/org/omg/CORBA/VisibilityHelper.java @@ -115,4 +115,4 @@ public abstract class VisibilityHelper { ostream.write_short(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/WStringValueHelper.java b/libjava/classpath/org/omg/CORBA/WStringValueHelper.java index 17f23214cf6..a2b67ffec82 100644 --- a/libjava/classpath/org/omg/CORBA/WStringValueHelper.java +++ b/libjava/classpath/org/omg/CORBA/WStringValueHelper.java @@ -140,7 +140,7 @@ public class WStringValueHelper { BAD_OPERATION bad = new BAD_OPERATION("WString value type expected"); bad.minor = Minor.Any; - throw bad; + throw bad; } } @@ -190,4 +190,4 @@ public class WStringValueHelper { out.write_wstring(a_string); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/WrongTransactionHelper.java b/libjava/classpath/org/omg/CORBA/WrongTransactionHelper.java index 96673fd5792..2854faaa0b2 100644 --- a/libjava/classpath/org/omg/CORBA/WrongTransactionHelper.java +++ b/libjava/classpath/org/omg/CORBA/WrongTransactionHelper.java @@ -139,4 +139,4 @@ public abstract class WrongTransactionHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java b/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java index 1ea3e025f94..db47b5dfce6 100644 --- a/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java +++ b/libjava/classpath/org/omg/CORBA/WrongTransactionHolder.java @@ -100,4 +100,4 @@ public final class WrongTransactionHolder implements Streamable { return WrongTransactionHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/_IDLTypeStub.java b/libjava/classpath/org/omg/CORBA/_IDLTypeStub.java index de09b89a7b0..89f95d3c661 100644 --- a/libjava/classpath/org/omg/CORBA/_IDLTypeStub.java +++ b/libjava/classpath/org/omg/CORBA/_IDLTypeStub.java @@ -196,4 +196,4 @@ public class _IDLTypeStub "IDL:omg.org/CORBA/IDLType:1.0", "IDL:omg.org/CORBA/IRObject:1.0" }; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/_PolicyStub.java b/libjava/classpath/org/omg/CORBA/_PolicyStub.java index f633ccbaf65..ebff735dca3 100644 --- a/libjava/classpath/org/omg/CORBA/_PolicyStub.java +++ b/libjava/classpath/org/omg/CORBA/_PolicyStub.java @@ -171,4 +171,4 @@ public class _PolicyStub _releaseReply(input); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/portable/CustomValue.java b/libjava/classpath/org/omg/CORBA/portable/CustomValue.java index 89701c73a02..dc46e8e2589 100644 --- a/libjava/classpath/org/omg/CORBA/portable/CustomValue.java +++ b/libjava/classpath/org/omg/CORBA/portable/CustomValue.java @@ -54,4 +54,4 @@ import org.omg.CORBA.CustomMarshal; public interface CustomValue extends ValueBase, CustomMarshal { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/portable/Delegate.java b/libjava/classpath/org/omg/CORBA/portable/Delegate.java index 2c716f57e86..33812abe22e 100644 --- a/libjava/classpath/org/omg/CORBA/portable/Delegate.java +++ b/libjava/classpath/org/omg/CORBA/portable/Delegate.java @@ -375,7 +375,7 @@ public abstract class Delegate * * @return the servant or null if the servant is not an expected type * of the method is not supported, for example, due security reasons. - */ + */ @SuppressWarnings("unchecked") // Needed for API compatibility public ServantObject servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType diff --git a/libjava/classpath/org/omg/CORBA/portable/ObjectImpl.java b/libjava/classpath/org/omg/CORBA/portable/ObjectImpl.java index c121ac1bd3d..c7ee707f3ae 100644 --- a/libjava/classpath/org/omg/CORBA/portable/ObjectImpl.java +++ b/libjava/classpath/org/omg/CORBA/portable/ObjectImpl.java @@ -398,4 +398,4 @@ public abstract class ObjectImpl { return delegate.toString(this); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/portable/StreamableValue.java b/libjava/classpath/org/omg/CORBA/portable/StreamableValue.java index 7ab61a6d470..13dbad210fa 100644 --- a/libjava/classpath/org/omg/CORBA/portable/StreamableValue.java +++ b/libjava/classpath/org/omg/CORBA/portable/StreamableValue.java @@ -54,4 +54,4 @@ import java.io.Serializable; public interface StreamableValue extends Streamable, Serializable, ValueBase, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA/portable/ValueBase.java b/libjava/classpath/org/omg/CORBA/portable/ValueBase.java index b89d5c544ce..167f532ac29 100644 --- a/libjava/classpath/org/omg/CORBA/portable/ValueBase.java +++ b/libjava/classpath/org/omg/CORBA/portable/ValueBase.java @@ -71,4 +71,4 @@ public interface ValueBase * basic types this value base can be truncated. */ String[] _truncatable_ids(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA_2_3/ORB.java b/libjava/classpath/org/omg/CORBA_2_3/ORB.java index 0895b803788..e45f03e2e5d 100644 --- a/libjava/classpath/org/omg/CORBA_2_3/ORB.java +++ b/libjava/classpath/org/omg/CORBA_2_3/ORB.java @@ -126,4 +126,4 @@ public abstract class ORB { throw new NO_IMPLEMENT(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA_2_3/portable/Delegate.java b/libjava/classpath/org/omg/CORBA_2_3/portable/Delegate.java index d20a88544a6..a3d8ea933d5 100644 --- a/libjava/classpath/org/omg/CORBA_2_3/portable/Delegate.java +++ b/libjava/classpath/org/omg/CORBA_2_3/portable/Delegate.java @@ -64,4 +64,4 @@ public abstract class Delegate { return ""; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA_2_3/portable/InputStream.java b/libjava/classpath/org/omg/CORBA_2_3/portable/InputStream.java index a59c33eba4e..b457abe98b5 100644 --- a/libjava/classpath/org/omg/CORBA_2_3/portable/InputStream.java +++ b/libjava/classpath/org/omg/CORBA_2_3/portable/InputStream.java @@ -83,7 +83,7 @@ public abstract class InputStream if (isObject) return read_Object(); else - return read_value(); + return read_value(); } /** @@ -206,4 +206,4 @@ public abstract class InputStream { return Vio.read(this, helper); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA_2_3/portable/ObjectImpl.java b/libjava/classpath/org/omg/CORBA_2_3/portable/ObjectImpl.java index 49d92df3b19..5524391893c 100644 --- a/libjava/classpath/org/omg/CORBA_2_3/portable/ObjectImpl.java +++ b/libjava/classpath/org/omg/CORBA_2_3/portable/ObjectImpl.java @@ -79,4 +79,4 @@ public abstract class ObjectImpl else throw new BAD_OPERATION("The delegate not set."); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CORBA_2_3/portable/OutputStream.java b/libjava/classpath/org/omg/CORBA_2_3/portable/OutputStream.java index 818c718d25e..e9496ffce4d 100644 --- a/libjava/classpath/org/omg/CORBA_2_3/portable/OutputStream.java +++ b/libjava/classpath/org/omg/CORBA_2_3/portable/OutputStream.java @@ -69,11 +69,11 @@ public abstract class OutputStream * Writes an abstract interface to the stream. An abstract interface can be * eithe CORBA object or value type and is written as a union with the boolean * discriminator (false for objects, true for value types). - * + * * The object from value is separated by fact that all values implement the * {@link ValueBase} interface. Also, the passed parameter is treated as value * it it does not implement CORBA Object. - * + * * @param an_interface an abstract interface to write. */ public void write_abstract_interface(java.lang.Object an_interface) @@ -92,14 +92,14 @@ public abstract class OutputStream /** * Writes a value type into the output stream. - * + * * The value type must implement either {@link CustomValue} (for user-defined * writing method) or {@link StreamableValue} (for standard writing using code, * generated by IDL compiler). - * + * * The written record will have a repository id, matching the class of the * passed object. The codebase will not be written. - * + * * @param value a value type object to write. */ public void write_value(Serializable value) @@ -145,17 +145,17 @@ public abstract class OutputStream /** * Writes a value type into the output stream, stating it has the given * repository id. - * + * * The value type must implement either {@link CustomValue} (for user-defined * writing method) or {@link StreamableValue} (for standard writing using code, * generated by IDL compiler). - * + * * @param repository_id a repository id of the value type. - * + * * @param value a value type object to write. */ public void write_value(Serializable value, String repository_id) { Vio.write(this, value, repository_id); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/BindingHelper.java b/libjava/classpath/org/omg/CosNaming/BindingHelper.java index 86b0770162a..ebd9144c8de 100644 --- a/libjava/classpath/org/omg/CosNaming/BindingHelper.java +++ b/libjava/classpath/org/omg/CosNaming/BindingHelper.java @@ -112,7 +112,7 @@ public abstract class BindingHelper public static TypeCode type() { ORB orb = OrbRestricted.Singleton; - + StructMember[] members = new StructMember[ 2 ]; TypeCode member; member = NameComponentHelper.type(); diff --git a/libjava/classpath/org/omg/CosNaming/BindingIterator.java b/libjava/classpath/org/omg/CosNaming/BindingIterator.java index 6627a8f8279..ef2aca4ab82 100644 --- a/libjava/classpath/org/omg/CosNaming/BindingIterator.java +++ b/libjava/classpath/org/omg/CosNaming/BindingIterator.java @@ -84,4 +84,4 @@ public interface BindingIterator * @specnote since 1.3 this method has moved into BindingIteratorOperations. */ boolean next_one(BindingHolder a_binding); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/BindingIteratorHelper.java b/libjava/classpath/org/omg/CosNaming/BindingIteratorHelper.java index 5430905e5a0..676cffea0a7 100644 --- a/libjava/classpath/org/omg/CosNaming/BindingIteratorHelper.java +++ b/libjava/classpath/org/omg/CosNaming/BindingIteratorHelper.java @@ -119,19 +119,19 @@ public abstract class BindingIteratorHelper return new _BindingIteratorStub(delegate); } } - + /** * Narrow the given object to the BindingIterator. 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. See OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted binding iterator. - * - * @since 1.5 + * + * @since 1.5 */ public static BindingIterator unchecked_narrow(org.omg.CORBA.Object obj) { @@ -144,7 +144,7 @@ public abstract class BindingIteratorHelper // Do not call the _is_a(..). Delegate delegate = ((ObjectImpl) obj)._get_delegate(); return new _BindingIteratorStub(delegate); - } + } } /** diff --git a/libjava/classpath/org/omg/CosNaming/BindingIteratorOperations.java b/libjava/classpath/org/omg/CosNaming/BindingIteratorOperations.java index c775b11ec0c..b9995c210bc 100644 --- a/libjava/classpath/org/omg/CosNaming/BindingIteratorOperations.java +++ b/libjava/classpath/org/omg/CosNaming/BindingIteratorOperations.java @@ -75,4 +75,4 @@ public interface BindingIteratorOperations * otherwise. */ boolean next_one(BindingHolder a_binding); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/BindingIteratorPOA.java b/libjava/classpath/org/omg/CosNaming/BindingIteratorPOA.java index 988c4ee9126..9adc884b8dd 100644 --- a/libjava/classpath/org/omg/CosNaming/BindingIteratorPOA.java +++ b/libjava/classpath/org/omg/CosNaming/BindingIteratorPOA.java @@ -52,8 +52,8 @@ import org.omg.PortableServer.Servant; /** * The binding iterator servant, used in POA-based naming service * implementations. - * - * @since 1.4 + * + * @since 1.4 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ @@ -105,7 +105,7 @@ public abstract class BindingIteratorPOA out = rh.createReply(); } else - throw new BAD_OPERATION(method, Minor.Method, + throw new BAD_OPERATION(method, Minor.Method, CompletionStatus.COMPLETED_MAYBE); return out; diff --git a/libjava/classpath/org/omg/CosNaming/BindingType.java b/libjava/classpath/org/omg/CosNaming/BindingType.java index 480e7bb33ed..cbcb3cd99ba 100644 --- a/libjava/classpath/org/omg/CosNaming/BindingType.java +++ b/libjava/classpath/org/omg/CosNaming/BindingType.java @@ -126,4 +126,4 @@ public class BindingType { return type; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/BindingTypeHelper.java b/libjava/classpath/org/omg/CosNaming/BindingTypeHelper.java index 542f3e0e97b..3bbb683e6e2 100644 --- a/libjava/classpath/org/omg/CosNaming/BindingTypeHelper.java +++ b/libjava/classpath/org/omg/CosNaming/BindingTypeHelper.java @@ -71,7 +71,7 @@ public abstract class BindingTypeHelper { BAD_OPERATION bad = new BAD_OPERATION("Binding type expected"); bad.initCause(ex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } diff --git a/libjava/classpath/org/omg/CosNaming/IstringHelper.java b/libjava/classpath/org/omg/CosNaming/IstringHelper.java index df680f43627..f0cc43bbea2 100644 --- a/libjava/classpath/org/omg/CosNaming/IstringHelper.java +++ b/libjava/classpath/org/omg/CosNaming/IstringHelper.java @@ -117,4 +117,4 @@ public abstract class IstringHelper { ostream.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NameComponentHelper.java b/libjava/classpath/org/omg/CosNaming/NameComponentHelper.java index 0f7e73b45bd..c93b451e408 100644 --- a/libjava/classpath/org/omg/CosNaming/NameComponentHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NameComponentHelper.java @@ -74,7 +74,7 @@ public abstract class NameComponentHelper { BAD_OPERATION bad = new BAD_OPERATION("Name component expected"); bad.initCause(ex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -113,7 +113,7 @@ public abstract class NameComponentHelper public static TypeCode type() { ORB orb = OrbRestricted.Singleton; - + StructMember[] members = new StructMember[ 2 ]; TypeCode member; member = orb.create_string_tc(0); diff --git a/libjava/classpath/org/omg/CosNaming/NameHelper.java b/libjava/classpath/org/omg/CosNaming/NameHelper.java index d1dafb96064..aef422de874 100644 --- a/libjava/classpath/org/omg/CosNaming/NameHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NameHelper.java @@ -74,7 +74,7 @@ public abstract class NameHelper { BAD_OPERATION bad = new BAD_OPERATION("Name expected"); bad.initCause(ex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } diff --git a/libjava/classpath/org/omg/CosNaming/NamingContext.java b/libjava/classpath/org/omg/CosNaming/NamingContext.java index dc4b002000c..edd298a190c 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContext.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContext.java @@ -194,4 +194,4 @@ public interface NamingContext */ void unbind(NameComponent[] a_name) throws NotFound, CannotProceed, InvalidName; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextExtHelper.java b/libjava/classpath/org/omg/CosNaming/NamingContextExtHelper.java index 98d0b4a8c42..b5b2f70206b 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextExtHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextExtHelper.java @@ -75,7 +75,7 @@ public abstract class NamingContextExtHelper { BAD_OPERATION bad = new BAD_OPERATION("NamingContextExt expected"); bad.initCause(ex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -120,19 +120,19 @@ public abstract class NamingContextExtHelper return new _NamingContextExtStub(delegate); } } - + /** * Narrow the given object to the NamingContextExt. 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. See OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted NamingContextExt - * - * @since 1.5 + * + * @since 1.5 */ public static NamingContextExt unchecked_narrow(org.omg.CORBA.Object obj) { @@ -145,7 +145,7 @@ public abstract class NamingContextExtHelper // Do not call the _is_a(..). Delegate delegate = ((ObjectImpl) obj)._get_delegate(); return new _NamingContextExtStub(delegate); - } + } } /** diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextExtPOA.java b/libjava/classpath/org/omg/CosNaming/NamingContextExtPOA.java index f3c93aab344..c6e7eaf81c5 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextExtPOA.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextExtPOA.java @@ -65,7 +65,7 @@ import org.omg.PortableServer.Servant; /** * The extended naming service servant. After implementing the abstract methods the * instance of this class can be connected to an ORB using POA. - * + * * @since 1.4 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java b/libjava/classpath/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java index 7b2866d065e..e68d8a4834a 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java @@ -73,4 +73,4 @@ public final class InvalidAddress { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextHelper.java b/libjava/classpath/org/omg/CosNaming/NamingContextHelper.java index 6bbd0729f7e..61cc4c79e5f 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextHelper.java @@ -75,7 +75,7 @@ public abstract class NamingContextHelper { BAD_OPERATION bad = new BAD_OPERATION("Naming context expected"); bad.initCause(ex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -128,16 +128,16 @@ public abstract class NamingContextHelper else throw new BAD_PARAM(); } - + /** * Narrow the given object to the NamingContext. 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. See OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted NamingContext. */ public static NamingContext unchecked_narrow(org.omg.CORBA.Object obj) @@ -151,8 +151,8 @@ public abstract class NamingContextHelper // Do not call the _is_a(..). Delegate delegate = ((ObjectImpl) obj)._get_delegate(); return new _NamingContextStub(delegate); - } - } + } + } /** * Read the naming context from the given CDR input stream. diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPOA.java b/libjava/classpath/org/omg/CosNaming/NamingContextPOA.java index a4f8b1cb6d9..ea38b1e74ff 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPOA.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPOA.java @@ -63,8 +63,8 @@ import org.omg.PortableServer.Servant; /** * The naming service servant. After implementing the abstract methods the * instance of this class can be connected to an ORB using POA. - * - * @since 1.4 + * + * @since 1.4 * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java index 2013f10f847..de154684027 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java @@ -72,4 +72,4 @@ public final class AlreadyBound { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceed.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceed.java index 67855113418..8239c621c53 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceed.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceed.java @@ -99,4 +99,4 @@ public final class CannotProceed cxt = _cxt; rest_of_name = _rest_of_name; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java index 85e391cf8c3..34fc6ae989a 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java @@ -119,7 +119,7 @@ public abstract class CannotProceedHelper public static TypeCode type() { ORB orb = OrbRestricted.Singleton; - + StructMember[] members = new StructMember[ 2 ]; TypeCode member; member = NamingContextHelper.type(); diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidName.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidName.java index 59784ea1b86..7ca488ac541 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidName.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidName.java @@ -72,4 +72,4 @@ public final class InvalidName { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java index b5a428cac2e..f1fb608d820 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java @@ -112,7 +112,7 @@ public abstract class InvalidNameHelper */ public static TypeCode type() { - return OrbRestricted.Singleton.create_struct_tc(id(), + return OrbRestricted.Singleton.create_struct_tc(id(), "InvalidName", new StructMember[0]); } diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java index c4e06c39c16..c235205cd7f 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java @@ -112,7 +112,7 @@ public abstract class NotEmptyHelper */ public static TypeCode type() { - return OrbRestricted.Singleton.create_struct_tc(id(), + return OrbRestricted.Singleton.create_struct_tc(id(), "NotEmpty", new StructMember[0]); } diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFound.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFound.java index a8c9472d6ee..4cbe7097d3a 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFound.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFound.java @@ -98,4 +98,4 @@ public final class NotFound why = _why; rest_of_name = _rest_of_name; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java index 0be9b75bc0b..034534a2878 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java @@ -118,7 +118,7 @@ public abstract class NotFoundHelper public static TypeCode type() { ORB orb = OrbRestricted.Singleton; - + StructMember[] members = new StructMember[ 2 ]; TypeCode member = null; member = NotFoundReasonHelper.type(); diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java index 5f6af26daa6..4bb5bdbf3e6 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java @@ -131,4 +131,4 @@ public class NotFoundReason { return value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java index ddc7701a58b..2648ae4a9be 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java @@ -111,8 +111,8 @@ public abstract class NotFoundReasonHelper OrbRestricted.Singleton.create_enum_tc(id(), "NotFoundReason", new String[] { - "missing_node", - "not_context", + "missing_node", + "not_context", "not_object" } ); diff --git a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java index a18801c66cb..b4958499e1f 100644 --- a/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java +++ b/libjava/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java @@ -81,7 +81,7 @@ public final class NotFoundReasonHolder /** * Get the type code of {@link NotFoundReason}. - * + * * @return the typecode of enumeration, allowed value names being * "missing_node", "not_context" and "not_object" */ diff --git a/libjava/classpath/org/omg/CosNaming/_BindingIteratorImplBase.java b/libjava/classpath/org/omg/CosNaming/_BindingIteratorImplBase.java index 9c7e1b34728..3e7f7356c9d 100644 --- a/libjava/classpath/org/omg/CosNaming/_BindingIteratorImplBase.java +++ b/libjava/classpath/org/omg/CosNaming/_BindingIteratorImplBase.java @@ -116,7 +116,7 @@ public abstract class _BindingIteratorImplBase out = rh.createReply(); } else - throw new BAD_OPERATION(method, Minor.Method, + throw new BAD_OPERATION(method, Minor.Method, CompletionStatus.COMPLETED_MAYBE); return out; @@ -136,4 +136,4 @@ public abstract class _BindingIteratorImplBase request.operation().equals("destroy") ? null : new BooleanHolder(); gnu.CORBA.ServiceRequestAdapter.invoke(request, this, result); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/_BindingIteratorStub.java b/libjava/classpath/org/omg/CosNaming/_BindingIteratorStub.java index b5400c4a1df..593a0cd6849 100644 --- a/libjava/classpath/org/omg/CosNaming/_BindingIteratorStub.java +++ b/libjava/classpath/org/omg/CosNaming/_BindingIteratorStub.java @@ -200,4 +200,4 @@ public class _BindingIteratorStub destroy(); super.finalize(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/_NamingContextExtStub.java b/libjava/classpath/org/omg/CosNaming/_NamingContextExtStub.java index 067b3cf3cc5..620c06b0be8 100644 --- a/libjava/classpath/org/omg/CosNaming/_NamingContextExtStub.java +++ b/libjava/classpath/org/omg/CosNaming/_NamingContextExtStub.java @@ -207,4 +207,4 @@ public class _NamingContextExtStub _releaseReply(in); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/CosNaming/_NamingContextStub.java b/libjava/classpath/org/omg/CosNaming/_NamingContextStub.java index 2b21e71b62f..d348c81ab2e 100644 --- a/libjava/classpath/org/omg/CosNaming/_NamingContextStub.java +++ b/libjava/classpath/org/omg/CosNaming/_NamingContextStub.java @@ -451,4 +451,4 @@ public class _NamingContextStub else throw4(in, id); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/Dynamic/Parameter.java b/libjava/classpath/org/omg/Dynamic/Parameter.java index 6e243a430cb..a1a5c8374d4 100644 --- a/libjava/classpath/org/omg/Dynamic/Parameter.java +++ b/libjava/classpath/org/omg/Dynamic/Parameter.java @@ -87,4 +87,4 @@ public final class Parameter argument = an_argument; mode = a_mode; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/AnySeqHelper.java b/libjava/classpath/org/omg/DynamicAny/AnySeqHelper.java index 31ed2ba0253..5dd08096dd0 100644 --- a/libjava/classpath/org/omg/DynamicAny/AnySeqHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/AnySeqHelper.java @@ -113,4 +113,4 @@ public abstract class AnySeqHelper { org.omg.CORBA.AnySeqHelper.write(output, value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAny.java b/libjava/classpath/org/omg/DynamicAny/DynAny.java index fd233631066..cdb7a42853e 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAny.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAny.java @@ -68,4 +68,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface DynAny extends DynAnyOperations, IDLEntity, org.omg.CORBA.Object, Serializable { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java b/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java index 612ba71c3f8..2720656cc3a 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java @@ -55,10 +55,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynAnyFactory is always a local object, so the two methods of * this helper ({@link #read} and {@link #write} are not in use, always * throwing {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynAnyFactoryHelper @@ -66,7 +66,7 @@ public abstract class DynAnyFactoryHelper /** * Cast the passed object into the DynAnyFactory. As DynAnyFactory is a local * object, the method just uses java final_type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynAnyFactory. @@ -83,23 +83,23 @@ public abstract class DynAnyFactoryHelper + " is not a DynAnyFactory"); } } - + /** * Narrow the given object to the DynAnyFactory. 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 DynAnyFactory. - * - * @since 1.5 + * + * @since 1.5 */ public static DynAnyFactory unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the final_type code of the {@link DynAnyFactory}. @@ -111,9 +111,9 @@ public abstract class DynAnyFactoryHelper /** * Insert the DynAnyFactory into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynAnyFactory to insert. */ public static void insert(Any any, DynAnyFactory that) @@ -123,7 +123,7 @@ public abstract class DynAnyFactoryHelper /** * Extract the DynAnyFactory from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynAnyFactory. */ public static DynAnyFactory extract(Any any) @@ -133,7 +133,7 @@ public abstract class DynAnyFactoryHelper /** * Get the DynAnyFactory repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynAnyFactory:1.0", always. */ public static String id() @@ -145,11 +145,11 @@ public abstract class DynAnyFactoryHelper * This should read DynAnyFactory from the CDR input stream, but (following * the JDK 1.5 API) it does not. The factory can only be obtained from the * ORB. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynAnyFactory read(InputStream input) @@ -160,11 +160,11 @@ public abstract class DynAnyFactoryHelper /** * This should read DynAnyFactory from the CDR input stream, but (following * the JDK 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynAnyFactory value) @@ -175,7 +175,7 @@ public abstract class DynAnyFactoryHelper /** * The package level method for throwing exception, explaining that the * operation is not applicable. - * + * * @param Id the Id for the typecode for that the operations was attempted to * perform. */ @@ -185,4 +185,4 @@ public abstract class DynAnyFactoryHelper m.minor = Minor.Inappropriate; throw m; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java b/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java index fced4f704e8..bf1d2e97c42 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java @@ -79,4 +79,4 @@ public final class InconsistentTypeCode { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java b/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java index 0184172265d..70313004f78 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java @@ -70,7 +70,7 @@ public abstract class InconsistentTypeCodeHelper /** * Insert the InconsistentTypeCode into the given Any. - * + * * @param any the Any to insert into. * @param that the InconsistentTypeCode to insert. */ @@ -97,7 +97,7 @@ public abstract class InconsistentTypeCodeHelper { BAD_OPERATION bad = new BAD_OPERATION("InconsistentTypeCode expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -137,4 +137,4 @@ public abstract class InconsistentTypeCodeHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyHelper.java b/libjava/classpath/org/omg/DynamicAny/DynAnyHelper.java index 315cddbd2dc..e376367ef3f 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyHelper.java @@ -54,10 +54,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynAny is always a local object, so the two methods of this * helper ({@link #read} and {@link #write} are not in use, always throwing * {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynAnyHelper @@ -65,7 +65,7 @@ public abstract class DynAnyHelper /** * Cast the passed object into the DynAny. As DynAny is a local object, the * method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynAny. @@ -81,23 +81,23 @@ public abstract class DynAnyHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynAny"); } } - + /** * Narrow the given object to the DynAny. 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 DynAny. - * - * @since 1.5 + * + * @since 1.5 */ public static DynAny unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynAny}. @@ -109,9 +109,9 @@ public abstract class DynAnyHelper /** * Insert the DynAny into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynAny to insert. */ public static void insert(Any any, DynAny that) @@ -121,7 +121,7 @@ public abstract class DynAnyHelper /** * Extract the DynAny from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynAny. */ public static DynAny extract(Any any) @@ -131,7 +131,7 @@ public abstract class DynAnyHelper /** * Get the DynAny repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynAny:1.0", always. */ public static String id() @@ -142,11 +142,11 @@ public abstract class DynAnyHelper /** * This should read DynAny from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynAny read(InputStream input) @@ -157,15 +157,15 @@ public abstract class DynAnyHelper /** * This should read DynAny from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynAny value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java index c19eb76cd8f..7bae38c55c7 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java @@ -78,4 +78,4 @@ public final class InvalidValue { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java index d27ad6a6b8b..cc880ba34a3 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java @@ -98,7 +98,7 @@ public abstract class InvalidValueHelper { BAD_OPERATION bad = new BAD_OPERATION("InvalidValue expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -138,4 +138,4 @@ public abstract class InvalidValueHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java index 3934abd2f37..810d9205842 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java @@ -78,4 +78,4 @@ public final class TypeMismatch { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java index 7d4fc878938..92644515c1d 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java @@ -98,7 +98,7 @@ public abstract class TypeMismatchHelper { BAD_OPERATION bad = new BAD_OPERATION("TypeMismatch expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -138,4 +138,4 @@ public abstract class TypeMismatchHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynAnySeqHelper.java b/libjava/classpath/org/omg/DynamicAny/DynAnySeqHelper.java index f7550fd7969..468083afe5e 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynAnySeqHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynAnySeqHelper.java @@ -99,7 +99,7 @@ public abstract class DynAnySeqHelper { BAD_OPERATION bad = new BAD_OPERATION("DynAnySeq expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -143,4 +143,4 @@ public abstract class DynAnySeqHelper { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynArrayHelper.java b/libjava/classpath/org/omg/DynamicAny/DynArrayHelper.java index 4cd3e3a52cf..d9e76eb0633 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynArrayHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynArrayHelper.java @@ -53,10 +53,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynArray is always a local object, so the two methods of this * helper ({@link #read} and {@link #write} are not in use, always throwing * {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynArrayHelper @@ -64,7 +64,7 @@ public abstract class DynArrayHelper /** * Cast the passed object into the DynArray. As DynArray is a local object, * the method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynArray. @@ -80,23 +80,23 @@ public abstract class DynArrayHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynArray"); } } - + /** * Narrow the given object to the DynArray. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted DynArray. - * - * @since 1.5 - */ + * + * @since 1.5 + */ public static DynArray unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynArray}. @@ -108,9 +108,9 @@ public abstract class DynArrayHelper /** * Insert the DynArray into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynArray to insert. */ public static void insert(Any any, DynArray that) @@ -120,7 +120,7 @@ public abstract class DynArrayHelper /** * Extract the DynArray from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynArray. */ public static DynArray extract(Any any) @@ -130,7 +130,7 @@ public abstract class DynArrayHelper /** * Get the DynArray repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynArray:1.0", always. */ public static String id() @@ -141,11 +141,11 @@ public abstract class DynArrayHelper /** * This should read DynArray from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynArray read(InputStream input) @@ -156,15 +156,15 @@ public abstract class DynArrayHelper /** * This should read DynArray from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynArray value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynEnumHelper.java b/libjava/classpath/org/omg/DynamicAny/DynEnumHelper.java index da63e844f91..9599d72b581 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynEnumHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynEnumHelper.java @@ -54,10 +54,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynEnum is always a local object, so the two methods of this * helper ({@link #read} and {@link #write} are not in use, always throwing * {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynEnumHelper @@ -65,7 +65,7 @@ public abstract class DynEnumHelper /** * Cast the passed object into the DynEnum. As DynEnum is a local object, the * method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynEnum. @@ -81,23 +81,23 @@ public abstract class DynEnumHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynEnum"); } } - + /** * Narrow the given object to the DynEnum. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted DynEnum. - * - * @since 1.5 + * + * @since 1.5 */ public static DynEnum unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynEnum}. @@ -109,9 +109,9 @@ public abstract class DynEnumHelper /** * Insert the DynEnum into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynEnum to insert. */ public static void insert(Any any, DynEnum that) @@ -121,7 +121,7 @@ public abstract class DynEnumHelper /** * Extract the DynEnum from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynEnum. */ public static DynEnum extract(Any any) @@ -131,7 +131,7 @@ public abstract class DynEnumHelper /** * Get the DynEnum repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynEnum:1.0", always. */ public static String id() @@ -142,11 +142,11 @@ public abstract class DynEnumHelper /** * This should read DynEnum from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynEnum read(InputStream input) @@ -157,15 +157,15 @@ public abstract class DynEnumHelper /** * This should read DynEnum from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynEnum value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynFixedHelper.java b/libjava/classpath/org/omg/DynamicAny/DynFixedHelper.java index e730d43bb85..213eb031845 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynFixedHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynFixedHelper.java @@ -54,10 +54,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynFixed is always a local object, so the two methods of this * helper ({@link #read} and {@link #write} are not in use, always throwing * {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynFixedHelper @@ -65,7 +65,7 @@ public abstract class DynFixedHelper /** * Cast the passed object into the DynFixed. As DynFixed is a local object, * the method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynFixed. @@ -81,23 +81,23 @@ public abstract class DynFixedHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynFixed"); } } - + /** * Narrow the given object to the DynFixed. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted DynFixed. - * - * @since 1.5 + * + * @since 1.5 */ public static DynFixed unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynFixed}. @@ -109,9 +109,9 @@ public abstract class DynFixedHelper /** * Insert the DynFixed into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynFixed to insert. */ public static void insert(Any any, DynFixed that) @@ -121,7 +121,7 @@ public abstract class DynFixedHelper /** * Extract the DynFixed from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynFixed. */ public static DynFixed extract(Any any) @@ -131,7 +131,7 @@ public abstract class DynFixedHelper /** * Get the DynFixed repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynFixed:1.0", always. */ public static String id() @@ -142,11 +142,11 @@ public abstract class DynFixedHelper /** * This should read DynFixed from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynFixed read(InputStream input) @@ -157,15 +157,15 @@ public abstract class DynFixedHelper /** * This should read DynFixed from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynFixed value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynSequenceHelper.java b/libjava/classpath/org/omg/DynamicAny/DynSequenceHelper.java index f330108b0eb..e2a859b63d4 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynSequenceHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynSequenceHelper.java @@ -53,10 +53,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynSequence is always a local object, so the two methods of * this helper ({@link #read} and {@link #write} are not in use, always * throwing {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynSequenceHelper @@ -64,7 +64,7 @@ public abstract class DynSequenceHelper /** * Cast the passed object into the DynSequence. As DynSequence is a local * object, the method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynSequence. @@ -80,23 +80,23 @@ public abstract class DynSequenceHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynSequence"); } } - + /** * Narrow the given object to the DynSequence. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted DynSequence. - * - * @since 1.5 + * + * @since 1.5 */ public static DynSequence unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynSequence}. @@ -108,9 +108,9 @@ public abstract class DynSequenceHelper /** * Insert the DynSequence into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynSequence to insert. */ public static void insert(Any any, DynSequence that) @@ -120,7 +120,7 @@ public abstract class DynSequenceHelper /** * Extract the DynSequence from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynSequence. */ public static DynSequence extract(Any any) @@ -130,7 +130,7 @@ public abstract class DynSequenceHelper /** * Get the DynSequence repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynSequence:1.0", always. */ public static String id() @@ -141,11 +141,11 @@ public abstract class DynSequenceHelper /** * This should read DynSequence from the CDR input stream, but (following the * JDK 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynSequence read(InputStream input) @@ -156,15 +156,15 @@ public abstract class DynSequenceHelper /** * This should read DynSequence from the CDR input stream, but (following the * JDK 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynSequence value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynStructHelper.java b/libjava/classpath/org/omg/DynamicAny/DynStructHelper.java index 077b7d09824..ed049a10535 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynStructHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynStructHelper.java @@ -53,10 +53,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynStruct is always a local object, so the two methods of * this helper ({@link #read} and {@link #write} are not in use, always * throwing {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynStructHelper @@ -64,7 +64,7 @@ public abstract class DynStructHelper /** * Cast the passed object into the DynStruct. As DynStruct is a local object, * the method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynStruct. @@ -80,23 +80,23 @@ public abstract class DynStructHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynStruct"); } } - + /** * Narrow the given object to the DynStruct. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted DynStruct. - * - * @since 1.5 + * + * @since 1.5 */ public static DynStruct unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynStruct}. @@ -108,9 +108,9 @@ public abstract class DynStructHelper /** * Insert the DynStruct into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynStruct to insert. */ public static void insert(Any any, DynStruct that) @@ -120,7 +120,7 @@ public abstract class DynStructHelper /** * Extract the DynStruct from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynStruct. */ public static DynStruct extract(Any any) @@ -130,7 +130,7 @@ public abstract class DynStructHelper /** * Get the DynStruct repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynStruct:1.0", always. */ public static String id() @@ -141,11 +141,11 @@ public abstract class DynStructHelper /** * This should read DynStruct from the CDR input stream, but (following the * JDK 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynStruct read(InputStream input) @@ -156,15 +156,15 @@ public abstract class DynStructHelper /** * This should read DynStruct from the CDR input stream, but (following the * JDK 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynStruct value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynUnionHelper.java b/libjava/classpath/org/omg/DynamicAny/DynUnionHelper.java index f1016d078af..f39ff664123 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynUnionHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynUnionHelper.java @@ -53,10 +53,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynUnion is always a local object, so the two methods of this * helper ({@link #read} and {@link #write} are not in use, always throwing * {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynUnionHelper @@ -64,7 +64,7 @@ public abstract class DynUnionHelper /** * Cast the passed object into the DynUnion. As DynUnion is a local object, * the method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynUnion. @@ -80,23 +80,23 @@ public abstract class DynUnionHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynUnion"); } } - + /** * Narrow the given object to the DynUnion. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted DynUnion. - * - * @since 1.5 + * + * @since 1.5 */ public static DynUnion unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynUnion}. @@ -108,9 +108,9 @@ public abstract class DynUnionHelper /** * Insert the DynUnion into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynUnion to insert. */ public static void insert(Any any, DynUnion that) @@ -120,7 +120,7 @@ public abstract class DynUnionHelper /** * Extract the DynUnion from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynUnion. */ public static DynUnion extract(Any any) @@ -130,7 +130,7 @@ public abstract class DynUnionHelper /** * Get the DynUnion repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynUnion:1.0", always. */ public static String id() @@ -141,11 +141,11 @@ public abstract class DynUnionHelper /** * This should read DynUnion from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynUnion read(InputStream input) @@ -156,15 +156,15 @@ public abstract class DynUnionHelper /** * This should read DynUnion from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynUnion value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynValueBox.java b/libjava/classpath/org/omg/DynamicAny/DynValueBox.java index bd758b50caa..15ff131a9d8 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynValueBox.java +++ b/libjava/classpath/org/omg/DynamicAny/DynValueBox.java @@ -52,4 +52,4 @@ public interface DynValueBox extends DynValueBoxOperations, DynValueCommon, DynAny, IDLEntity, org.omg.CORBA.Object, Serializable { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/DynValueCommonOperations.java b/libjava/classpath/org/omg/DynamicAny/DynValueCommonOperations.java index 31c31678e60..e16e42888a5 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynValueCommonOperations.java +++ b/libjava/classpath/org/omg/DynamicAny/DynValueCommonOperations.java @@ -41,7 +41,7 @@ package org.omg.DynamicAny; /** * Provides operations, applicable to {@link DynAny}s that may hold CORBA * <code>null</code>. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public interface DynValueCommonOperations @@ -49,7 +49,7 @@ public interface DynValueCommonOperations { /** * Check if this {@link DynAny} is holding the <code>null</code>. - * + * * @return true if this {@link DynAny} is holding the <code>null</code>, * false otherwise. */ diff --git a/libjava/classpath/org/omg/DynamicAny/DynValueHelper.java b/libjava/classpath/org/omg/DynamicAny/DynValueHelper.java index 17d9bbc5a8b..b8debb15f15 100644 --- a/libjava/classpath/org/omg/DynamicAny/DynValueHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/DynValueHelper.java @@ -53,10 +53,10 @@ import org.omg.CORBA.portable.OutputStream; * specifications, DynValue is always a local object, so the two methods of this * helper ({@link #read} and {@link #write} are not in use, always throwing * {@link MARSHAL}. - * + * * @specnote always throwing MARSHAL in read and write ensures compatibility * with other popular implementations like Sun's. - * + * * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) */ public abstract class DynValueHelper @@ -64,7 +64,7 @@ public abstract class DynValueHelper /** * Cast the passed object into the DynValue. As DynValue is a local object, * the method just uses java type cast. - * + * * @param obj the object to narrow. * @return narrowed instance. * @throws BAD_PARAM if the passed object is not a DynValue. @@ -80,23 +80,23 @@ public abstract class DynValueHelper throw new BAD_PARAM(obj.getClass().getName() + " is not a DynValue"); } } - + /** * Narrow the given object to the DynValue. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted DynValue. - * - * @since 1.5 + * + * @since 1.5 */ public static DynValue unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * Get the type code of the {@link DynValue}. @@ -108,9 +108,9 @@ public abstract class DynValueHelper /** * Insert the DynValue into the given Any. - * + * * @param any the Any to insert into. - * + * * @param that the DynValue to insert. */ public static void insert(Any any, DynValue that) @@ -120,7 +120,7 @@ public abstract class DynValueHelper /** * Extract the DynValue from given Any. - * + * * @throws BAD_OPERATION if the passed Any does not contain DynValue. */ public static DynValue extract(Any any) @@ -130,7 +130,7 @@ public abstract class DynValueHelper /** * Get the DynValue repository id. - * + * * @return "IDL:omg.org/DynamicAny/DynValue:1.0", always. */ public static String id() @@ -141,11 +141,11 @@ public abstract class DynValueHelper /** * This should read DynValue from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param input a org.omg.CORBA.portable stream to read from. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static DynValue read(InputStream input) @@ -156,15 +156,15 @@ public abstract class DynValueHelper /** * This should read DynValue from the CDR input stream, but (following the JDK * 1.5 API) it does not. - * + * * @param output a org.omg.CORBA.portable stream to write into. - * + * * @specenote Sun throws the same exception. - * + * * @throws MARSHAL always. */ public static void write(OutputStream output, DynValue value) { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/FieldNameHelper.java b/libjava/classpath/org/omg/DynamicAny/FieldNameHelper.java index fb5ea1c7fc7..dcc667b4296 100644 --- a/libjava/classpath/org/omg/DynamicAny/FieldNameHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/FieldNameHelper.java @@ -117,4 +117,4 @@ public abstract class FieldNameHelper { ostream.write_string(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairHelper.java b/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairHelper.java index 4e133a51344..edf51fa5eef 100644 --- a/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairHelper.java @@ -80,7 +80,7 @@ public abstract class NameDynAnyPairHelper { BAD_OPERATION bad = new BAD_OPERATION("NameDynAnyPair expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -105,16 +105,16 @@ public abstract class NameDynAnyPairHelper { ORB orb = OrbRestricted.Singleton; StructMember[] members = new StructMember[ 2 ]; - + TypeCode field; - + field = orb.create_alias_tc("IDL:omg.org/DynamicAny/FieldName:1.0", "FieldName", orb.get_primitive_tc(TCKind.tk_string) ); members [ 0 ] = new StructMember("id", field, null); - + field = DynAnyHelper.type(); members [ 1 ] = new StructMember("value", field, null); return orb.create_struct_tc(id(), "NameDynAnyPair", members); @@ -161,4 +161,4 @@ public abstract class NameDynAnyPairHelper { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java b/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java index 817ed8a70cc..067d01a3c38 100644 --- a/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java @@ -98,7 +98,7 @@ public abstract class NameDynAnyPairSeqHelper { BAD_OPERATION bad = new BAD_OPERATION("NameDynAnyPairSeq expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -142,4 +142,4 @@ public abstract class NameDynAnyPairSeqHelper { throw new MARSHAL(DynAnyFactoryHelper.not_applicable(id())); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/NameValuePair.java b/libjava/classpath/org/omg/DynamicAny/NameValuePair.java index e0ce752a57f..359fac3847b 100644 --- a/libjava/classpath/org/omg/DynamicAny/NameValuePair.java +++ b/libjava/classpath/org/omg/DynamicAny/NameValuePair.java @@ -87,4 +87,4 @@ public final class NameValuePair id = aName; value = aValue; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/NameValuePairHelper.java b/libjava/classpath/org/omg/DynamicAny/NameValuePairHelper.java index 75bbf9a7433..e62074d83b9 100644 --- a/libjava/classpath/org/omg/DynamicAny/NameValuePairHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/NameValuePairHelper.java @@ -68,16 +68,16 @@ public abstract class NameValuePairHelper { ORB orb = OrbRestricted.Singleton; StructMember[] members = new StructMember[ 2 ]; - + TypeCode field; - + field = orb.create_alias_tc("IDL:omg.org/DynamicAny/FieldName:1.0", "FieldName", orb.get_primitive_tc(TCKind.tk_string) ); members [ 0 ] = new StructMember("id", field, null); - + field = orb.get_primitive_tc(TCKind.tk_any); members [ 1 ] = new StructMember("value", field, null); return orb.create_struct_tc(id(), "NameValuePair", members); @@ -111,7 +111,7 @@ public abstract class NameValuePairHelper { BAD_OPERATION bad = new BAD_OPERATION("NameValuePair expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -150,4 +150,4 @@ public abstract class NameValuePairHelper output.write_string(value.id); output.write_any(value.value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/NameValuePairSeqHelper.java b/libjava/classpath/org/omg/DynamicAny/NameValuePairSeqHelper.java index 018ee7d2d9c..4bcd7f8b51c 100644 --- a/libjava/classpath/org/omg/DynamicAny/NameValuePairSeqHelper.java +++ b/libjava/classpath/org/omg/DynamicAny/NameValuePairSeqHelper.java @@ -91,7 +91,7 @@ public abstract class NameValuePairSeqHelper { BAD_OPERATION bad = new BAD_OPERATION("NameValuePairSeq expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } } @@ -138,4 +138,4 @@ public abstract class NameValuePairSeqHelper NameValuePairHelper.write(output, value [ i0 ]); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynAnyFactoryStub.java b/libjava/classpath/org/omg/DynamicAny/_DynAnyFactoryStub.java index d72ebabbd79..dcfb9b59e3c 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynAnyFactoryStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynAnyFactoryStub.java @@ -117,4 +117,4 @@ public class _DynAnyFactoryStub static String NOT_APPLICABLE = "DynAnyFactory is always local objects. " + "It is never accessed on remote side via stub."; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynAnyStub.java b/libjava/classpath/org/omg/DynamicAny/_DynAnyStub.java index fa19da14463..1a81be30613 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynAnyStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynAnyStub.java @@ -625,4 +625,4 @@ public class _DynAnyStub static String NOT_APPLICABLE = "DynAnys are always local objects. " + "They and are never accessed on remote side via stubs."; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynArrayStub.java b/libjava/classpath/org/omg/DynamicAny/_DynArrayStub.java index fc7ba978b3f..74e763b3784 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynArrayStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynArrayStub.java @@ -125,7 +125,7 @@ public class _DynArrayStub { throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } - + /** * The remote call of DynAny methods is not possible. * @@ -664,4 +664,4 @@ public class _DynArrayStub throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynEnumStub.java b/libjava/classpath/org/omg/DynamicAny/_DynEnumStub.java index fd3e9db7eb1..e56ed75175e 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynEnumStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynEnumStub.java @@ -125,7 +125,7 @@ public class _DynEnumStub { throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } - + /** * The remote call of DynAny methods is not possible. * @@ -664,4 +664,4 @@ public class _DynEnumStub throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynFixedStub.java b/libjava/classpath/org/omg/DynamicAny/_DynFixedStub.java index 5fab8b1b2e7..759b48a4e2f 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynFixedStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynFixedStub.java @@ -643,4 +643,4 @@ public class _DynFixedStub throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynSequenceStub.java b/libjava/classpath/org/omg/DynamicAny/_DynSequenceStub.java index 0fdc19d63ea..488a7de9cf1 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynSequenceStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynSequenceStub.java @@ -149,7 +149,7 @@ public class _DynSequenceStub { throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } - + /** * The remote call of DynAny methods is not possible. * @@ -688,4 +688,4 @@ public class _DynSequenceStub throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynStructStub.java b/libjava/classpath/org/omg/DynamicAny/_DynStructStub.java index 73e7650b343..907f3c83468 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynStructStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynStructStub.java @@ -151,7 +151,7 @@ public class _DynStructStub { throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } - + /** * The remote call of DynAny methods is not possible. * @@ -690,4 +690,4 @@ public class _DynStructStub throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynUnionStub.java b/libjava/classpath/org/omg/DynamicAny/_DynUnionStub.java index 8328b5e8694..6789a34e8a1 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynUnionStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynUnionStub.java @@ -183,7 +183,7 @@ public class _DynUnionStub { throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } - + /** * The remote call of DynAny methods is not possible. * @@ -722,4 +722,4 @@ public class _DynUnionStub throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/DynamicAny/_DynValueStub.java b/libjava/classpath/org/omg/DynamicAny/_DynValueStub.java index a781772c560..fffccfe0e8e 100644 --- a/libjava/classpath/org/omg/DynamicAny/_DynValueStub.java +++ b/libjava/classpath/org/omg/DynamicAny/_DynValueStub.java @@ -183,7 +183,7 @@ public class _DynValueStub { throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } - + /** * The remote call of DynAny methods is not possible. * @@ -722,4 +722,4 @@ public class _DynValueStub throw new MARSHAL(_DynAnyStub.NOT_APPLICABLE); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/Codec.java b/libjava/classpath/org/omg/IOP/Codec.java index 575cc05d2dc..580485804aa 100644 --- a/libjava/classpath/org/omg/IOP/Codec.java +++ b/libjava/classpath/org/omg/IOP/Codec.java @@ -68,4 +68,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface Codec extends CodecOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecFactory.java b/libjava/classpath/org/omg/IOP/CodecFactory.java index da62b488099..a1ac84a8b82 100644 --- a/libjava/classpath/org/omg/IOP/CodecFactory.java +++ b/libjava/classpath/org/omg/IOP/CodecFactory.java @@ -64,4 +64,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface CodecFactory extends CodecFactoryOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java b/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java index d3dc40935ae..3b1cf43ab89 100644 --- a/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java +++ b/libjava/classpath/org/omg/IOP/CodecFactoryHelper.java @@ -115,23 +115,23 @@ public abstract class CodecFactoryHelper throw bad; } } - + /** * Narrow the given object to the CodecFactory. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted CodecFactory. - * - * @since 1.5 + * + * @since 1.5 */ public static CodecFactory unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * This should read the CodecFactory from the CDR intput stream, @@ -161,4 +161,4 @@ public abstract class CodecFactoryHelper private static String UNSUPPORTED = "The operation is unsupported for CodecFactory because it is a local object"; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecFactoryOperations.java b/libjava/classpath/org/omg/IOP/CodecFactoryOperations.java index a2b87d55724..022cac44776 100644 --- a/libjava/classpath/org/omg/IOP/CodecFactoryOperations.java +++ b/libjava/classpath/org/omg/IOP/CodecFactoryOperations.java @@ -60,4 +60,4 @@ public interface CodecFactoryOperations */ Codec create_codec(Encoding for_encoding) throws UnknownEncoding; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java b/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java index c1988bfd0d9..e79b3bcd561 100644 --- a/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java +++ b/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java @@ -75,4 +75,4 @@ public final class UnknownEncoding { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java b/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java index 2110f0d5b86..f518bc27880 100644 --- a/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java +++ b/libjava/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java @@ -59,7 +59,7 @@ import org.omg.CORBA.BAD_OPERATION; public abstract class UnknownEncodingHelper { /** - * Create the UnknownEncoding typecode (structure, + * Create the UnknownEncoding typecode (structure, * named "UnknownEncoding"). */ public static TypeCode type() @@ -68,11 +68,11 @@ public abstract class UnknownEncodingHelper StructMember[] members = new StructMember[0]; return orb.create_exception_tc (id(), "UnknownEncoding", members); - - } + + } /* Every user exception with no user defined fields can use EmptyExceptionHolder */ - + /** * Insert the UnknownEncoding into the given Any. * @@ -100,10 +100,10 @@ public abstract class UnknownEncodingHelper { BAD_OPERATION bad = new BAD_OPERATION("UnknownEncoding expected"); bad.initCause(cex); - bad.minor = Minor.Any; + bad.minor = Minor.Any; throw bad; } - } + } /** * Get the UnknownEncoding repository id. @@ -113,7 +113,7 @@ public abstract class UnknownEncodingHelper public static String id() { return "IDL:omg.org/IOP/CodecFactory/UnknownEncoding:1.0"; - } + } /** * Read the exception from the CDR intput stream. @@ -123,10 +123,10 @@ public abstract class UnknownEncodingHelper public static UnknownEncoding read(InputStream input) { // Read the exception repository id. - String id = input.read_string(); + String id = input.read_string(); UnknownEncoding value = new UnknownEncoding(id); - - return value; + + return value; } /** @@ -140,4 +140,4 @@ public abstract class UnknownEncodingHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecOperations.java b/libjava/classpath/org/omg/IOP/CodecOperations.java index 873f546072a..a9ff9539d2f 100644 --- a/libjava/classpath/org/omg/IOP/CodecOperations.java +++ b/libjava/classpath/org/omg/IOP/CodecOperations.java @@ -123,4 +123,4 @@ public interface CodecOperations */ Any decode_value(byte[] them, TypeCode type) throws FormatMismatch, TypeMismatch; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatch.java b/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatch.java index b4cb1366668..7e2fc1a1f09 100644 --- a/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatch.java +++ b/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatch.java @@ -78,4 +78,4 @@ public final class FormatMismatch { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatchHelper.java b/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatchHelper.java index 02097561747..5d5f154d726 100644 --- a/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatchHelper.java +++ b/libjava/classpath/org/omg/IOP/CodecPackage/FormatMismatchHelper.java @@ -95,7 +95,7 @@ public abstract class FormatMismatchHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("FormatMismatch expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -136,4 +136,4 @@ public abstract class FormatMismatchHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java b/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java index 5a23fdccda8..4df69d476ef 100644 --- a/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java +++ b/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java @@ -78,4 +78,4 @@ public final class InvalidTypeForEncoding { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java b/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java index 246a1b93ff0..96dcbd81789 100644 --- a/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java +++ b/libjava/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java @@ -70,7 +70,7 @@ public abstract class InvalidTypeForEncodingHelper /** * Insert the InvalidTypeForEncoding into the given Any. - * + * * @param any the Any to insert into. * @param that the InvalidTypeForEncoding to insert. */ @@ -97,7 +97,7 @@ public abstract class InvalidTypeForEncodingHelper { BAD_OPERATION bad = new BAD_OPERATION("InvalidTypeForEncoding expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -138,4 +138,4 @@ public abstract class InvalidTypeForEncodingHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatch.java b/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatch.java index 7751c3eb663..d388588b81d 100644 --- a/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatch.java +++ b/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatch.java @@ -76,4 +76,4 @@ public final class TypeMismatch { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatchHelper.java b/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatchHelper.java index 88e00a243cb..ed65c9bf546 100644 --- a/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatchHelper.java +++ b/libjava/classpath/org/omg/IOP/CodecPackage/TypeMismatchHelper.java @@ -95,7 +95,7 @@ public abstract class TypeMismatchHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("TypeMismatch expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -136,4 +136,4 @@ public abstract class TypeMismatchHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/ComponentIdHelper.java b/libjava/classpath/org/omg/IOP/ComponentIdHelper.java index f94187698a4..5ceb6d46e56 100644 --- a/libjava/classpath/org/omg/IOP/ComponentIdHelper.java +++ b/libjava/classpath/org/omg/IOP/ComponentIdHelper.java @@ -120,4 +120,4 @@ public abstract class ComponentIdHelper { output.write_ulong(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/Encoding.java b/libjava/classpath/org/omg/IOP/Encoding.java index cbf1e9e401a..90debf98066 100644 --- a/libjava/classpath/org/omg/IOP/Encoding.java +++ b/libjava/classpath/org/omg/IOP/Encoding.java @@ -95,4 +95,4 @@ public final class Encoding major_version = _major_version; minor_version = _minor_version; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/IOR.java b/libjava/classpath/org/omg/IOP/IOR.java index 12c47a1ca33..47245acef6e 100644 --- a/libjava/classpath/org/omg/IOP/IOR.java +++ b/libjava/classpath/org/omg/IOP/IOR.java @@ -53,7 +53,7 @@ import java.io.Serializable; * The IOR is a standard structure, transferred when sending an object with * {@link org.omg.CORBA.portable.OutputStream#write_Object(org.omg.CORBA.Object)} * and receiving with {@link org.omg.CORBA.portable.InputStream#read_Object()}. - * The stringified object references, managed by + * The stringified object references, managed by * {@link org.omg.CORBA.ORB#string_to_object} * and {@link org.omg.CORBA.ORB#object_to_string} are also IORs, where the * initially binary data are encoded as strings using hexadecimal notation. @@ -110,4 +110,4 @@ public final class IOR type_id = _type_id; profiles = _profiles; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/IORHelper.java b/libjava/classpath/org/omg/IOP/IORHelper.java index 197e15a1203..b4cd3a3d9a9 100644 --- a/libjava/classpath/org/omg/IOP/IORHelper.java +++ b/libjava/classpath/org/omg/IOP/IORHelper.java @@ -78,7 +78,7 @@ public abstract class IORHelper /** * Insert the IOR into the given Any. This method uses the IORHolder. - * + * * @param any the Any to insert into. * @param that the IOR to insert. */ @@ -102,7 +102,7 @@ public abstract class IORHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("IOR expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -152,4 +152,4 @@ public abstract class IORHelper for (int i0 = 0; i0 < value.profiles.length; i0++) TaggedProfileHelper.write(output, value.profiles [ i0 ]); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/IORHolder.java b/libjava/classpath/org/omg/IOP/IORHolder.java index 144c7993a59..f490c77c5ff 100644 --- a/libjava/classpath/org/omg/IOP/IORHolder.java +++ b/libjava/classpath/org/omg/IOP/IORHolder.java @@ -100,4 +100,4 @@ public final class IORHolder { return IORHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/MultipleComponentProfileHelper.java b/libjava/classpath/org/omg/IOP/MultipleComponentProfileHelper.java index 6a941dee6ad..887e4e5bc21 100644 --- a/libjava/classpath/org/omg/IOP/MultipleComponentProfileHelper.java +++ b/libjava/classpath/org/omg/IOP/MultipleComponentProfileHelper.java @@ -65,7 +65,7 @@ public abstract class MultipleComponentProfileHelper /** * Insert the MultipleComponentProfile into the given Any. This method uses * the MultipleComponentProfileHolder. - * + * * @param any the Any to insert into. * @param those the TaggedComponent[] to insert. */ @@ -89,7 +89,7 @@ public abstract class MultipleComponentProfileHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("MultipleComponentProfile expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -135,4 +135,4 @@ public abstract class MultipleComponentProfileHelper for (int i0 = 0; i0 < value.length; i0++) TaggedComponentHelper.write(output, value[i0]); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/MultipleComponentProfileHolder.java b/libjava/classpath/org/omg/IOP/MultipleComponentProfileHolder.java index 2be0e714b3f..1fe69ba0389 100644 --- a/libjava/classpath/org/omg/IOP/MultipleComponentProfileHolder.java +++ b/libjava/classpath/org/omg/IOP/MultipleComponentProfileHolder.java @@ -42,7 +42,7 @@ import org.omg.CORBA.portable.Streamable; import org.omg.CORBA.portable.InputStream; import org.omg.CORBA.portable.OutputStream; - + /** * A holder for the sequence of {@link TaggedComponent} * ({@link org.omg.IOP.MultipleComponentProfileHelper}). @@ -63,8 +63,8 @@ public final class MultipleComponentProfileHolder */ public MultipleComponentProfileHolder() { - } - + } + /** * Create the initialised instance. * @param initialValue the array that will be assigned to @@ -78,7 +78,7 @@ public final class MultipleComponentProfileHolder /** * Read the {@link #value} array 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) { @@ -87,14 +87,14 @@ public final class MultipleComponentProfileHolder /** * 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) { MultipleComponentProfileHelper.write(output, value); } - + /** * Get the typecode of the TaggedComponent. */ diff --git a/libjava/classpath/org/omg/IOP/ProfileIdHelper.java b/libjava/classpath/org/omg/IOP/ProfileIdHelper.java index 362b2dff35b..2e546f46362 100644 --- a/libjava/classpath/org/omg/IOP/ProfileIdHelper.java +++ b/libjava/classpath/org/omg/IOP/ProfileIdHelper.java @@ -120,4 +120,4 @@ public abstract class ProfileIdHelper { output.write_ulong(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/ServiceContext.java b/libjava/classpath/org/omg/IOP/ServiceContext.java index e011a4e9e57..a2b7119ce4e 100644 --- a/libjava/classpath/org/omg/IOP/ServiceContext.java +++ b/libjava/classpath/org/omg/IOP/ServiceContext.java @@ -92,4 +92,4 @@ public final class ServiceContext this.context_id = a_context_id; this.context_data = a_context_data; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/ServiceContextHelper.java b/libjava/classpath/org/omg/IOP/ServiceContextHelper.java index d6549fa5405..6eab887cabd 100644 --- a/libjava/classpath/org/omg/IOP/ServiceContextHelper.java +++ b/libjava/classpath/org/omg/IOP/ServiceContextHelper.java @@ -81,7 +81,7 @@ public abstract class ServiceContextHelper /** * Insert the ServiceContext into the given Any. This method uses the * ServiceContextHolder. - * + * * @param any the Any to insert into. * @param that the ServiceContext to insert. */ @@ -105,7 +105,7 @@ public abstract class ServiceContextHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("ServiceContext expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -151,4 +151,4 @@ public abstract class ServiceContextHelper for (int i0 = 0; i0 < value.context_data.length; i0++) output.write_octet(value.context_data [ i0 ]); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/ServiceContextHolder.java b/libjava/classpath/org/omg/IOP/ServiceContextHolder.java index 1b9896d034b..d6a95b313cb 100644 --- a/libjava/classpath/org/omg/IOP/ServiceContextHolder.java +++ b/libjava/classpath/org/omg/IOP/ServiceContextHolder.java @@ -100,4 +100,4 @@ public final class ServiceContextHolder { return ServiceContextHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/ServiceContextListHelper.java b/libjava/classpath/org/omg/IOP/ServiceContextListHelper.java index 9de0b6ffd0d..7072ac0792b 100644 --- a/libjava/classpath/org/omg/IOP/ServiceContextListHelper.java +++ b/libjava/classpath/org/omg/IOP/ServiceContextListHelper.java @@ -91,7 +91,7 @@ public abstract class ServiceContextListHelper catch (ClassCastException ex) { BAD_OPERATION bad = new BAD_OPERATION("ServiceContext[] expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(ex); throw bad; } @@ -138,4 +138,4 @@ public abstract class ServiceContextListHelper ServiceContextHelper.write(output, value [ i ]); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/ServiceContextListHolder.java b/libjava/classpath/org/omg/IOP/ServiceContextListHolder.java index 95fd091dfa3..b4266777ec3 100644 --- a/libjava/classpath/org/omg/IOP/ServiceContextListHolder.java +++ b/libjava/classpath/org/omg/IOP/ServiceContextListHolder.java @@ -100,4 +100,4 @@ public final class ServiceContextListHolder { return ServiceContextListHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/ServiceIdHelper.java b/libjava/classpath/org/omg/IOP/ServiceIdHelper.java index 9c4cbbe4a3d..ab9789e223c 100644 --- a/libjava/classpath/org/omg/IOP/ServiceIdHelper.java +++ b/libjava/classpath/org/omg/IOP/ServiceIdHelper.java @@ -121,4 +121,4 @@ public abstract class ServiceIdHelper { output.write_ulong(value); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/TaggedComponent.java b/libjava/classpath/org/omg/IOP/TaggedComponent.java index 66437e701bd..038fcd84478 100644 --- a/libjava/classpath/org/omg/IOP/TaggedComponent.java +++ b/libjava/classpath/org/omg/IOP/TaggedComponent.java @@ -90,4 +90,4 @@ public final class TaggedComponent this.tag = a_tag; this.component_data = a_component_data; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/TaggedComponentHelper.java b/libjava/classpath/org/omg/IOP/TaggedComponentHelper.java index bc4445fcd57..e35849a70f9 100644 --- a/libjava/classpath/org/omg/IOP/TaggedComponentHelper.java +++ b/libjava/classpath/org/omg/IOP/TaggedComponentHelper.java @@ -66,14 +66,14 @@ public abstract class TaggedComponentHelper { ORB orb = OrbRestricted.Singleton; StructMember[] members = new StructMember[2]; - + TypeCode field; - + field = orb.create_alias_tc("IDL:omg.org/IOP/ComponentId:1.0", "ComponentId", orb.get_primitive_tc(TCKind.tk_ulong)); members[0] = new StructMember("tag", field, null); - + field = orb.create_sequence_tc(0, orb.get_primitive_tc(TCKind.tk_octet)); members[1] = new StructMember("component_data", field, null); return orb.create_struct_tc(id(), "TaggedComponent", members); @@ -106,7 +106,7 @@ public abstract class TaggedComponentHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("TaggedComponent expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -153,4 +153,4 @@ public abstract class TaggedComponentHelper output.write_long(value.component_data.length); output.write_octet_array(value.component_data, 0, value.component_data.length); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/TaggedComponentHolder.java b/libjava/classpath/org/omg/IOP/TaggedComponentHolder.java index b233591f23c..1b19be6089e 100644 --- a/libjava/classpath/org/omg/IOP/TaggedComponentHolder.java +++ b/libjava/classpath/org/omg/IOP/TaggedComponentHolder.java @@ -61,8 +61,8 @@ public final class TaggedComponentHolder */ public TaggedComponentHolder() { - } - + } + /** * Create the initialised instance. * @param initialValue the value that will be assigned to @@ -76,7 +76,7 @@ public final class TaggedComponentHolder /** * 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 TaggedComponentHolder /** * 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) { TaggedComponentHelper .write(output, value); } - + /** * Get the typecode of the TaggedComponent. */ diff --git a/libjava/classpath/org/omg/IOP/TaggedProfile.java b/libjava/classpath/org/omg/IOP/TaggedProfile.java index 669b73a5956..564066a3b7f 100644 --- a/libjava/classpath/org/omg/IOP/TaggedProfile.java +++ b/libjava/classpath/org/omg/IOP/TaggedProfile.java @@ -107,4 +107,4 @@ public final class TaggedProfile tag = a_tag; profile_data = a_profile_data; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/TaggedProfileHelper.java b/libjava/classpath/org/omg/IOP/TaggedProfileHelper.java index 9dbbfdaff1d..95e404c2bbe 100644 --- a/libjava/classpath/org/omg/IOP/TaggedProfileHelper.java +++ b/libjava/classpath/org/omg/IOP/TaggedProfileHelper.java @@ -86,7 +86,7 @@ public abstract class TaggedProfileHelper /** * Insert the TaggedProfile into the given Any. This method uses the * TaggedProfileHolder. - * + * * @param any the Any to insert into. * @param that the TaggedProfile to insert. */ @@ -110,7 +110,7 @@ public abstract class TaggedProfileHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("TaggedProfile expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -183,4 +183,4 @@ public abstract class TaggedProfileHelper output.write_octet(value.profile_data[i0]); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/TaggedProfileHolder.java b/libjava/classpath/org/omg/IOP/TaggedProfileHolder.java index f739097e35b..9ee3aab2d5c 100644 --- a/libjava/classpath/org/omg/IOP/TaggedProfileHolder.java +++ b/libjava/classpath/org/omg/IOP/TaggedProfileHolder.java @@ -100,4 +100,4 @@ public final class TaggedProfileHolder { return TaggedProfileHelper.type(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/IOP/TransactionService.java b/libjava/classpath/org/omg/IOP/TransactionService.java index 2d987316c97..ce7f7bfa3e6 100644 --- a/libjava/classpath/org/omg/IOP/TransactionService.java +++ b/libjava/classpath/org/omg/IOP/TransactionService.java @@ -53,4 +53,4 @@ public interface TransactionService * Specifies the TransactionService value, 0. */ int value = 0; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/Messaging/SYNC_WITH_TRANSPORT.java b/libjava/classpath/org/omg/Messaging/SYNC_WITH_TRANSPORT.java index 0c31480b341..7a0a5df0ec8 100644 --- a/libjava/classpath/org/omg/Messaging/SYNC_WITH_TRANSPORT.java +++ b/libjava/classpath/org/omg/Messaging/SYNC_WITH_TRANSPORT.java @@ -71,4 +71,4 @@ public interface SYNC_WITH_TRANSPORT * send a reply message. */ short value = 1; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/Messaging/SyncScopeHelper.java b/libjava/classpath/org/omg/Messaging/SyncScopeHelper.java index f716edfaf48..a71b6f36fe6 100644 --- a/libjava/classpath/org/omg/Messaging/SyncScopeHelper.java +++ b/libjava/classpath/org/omg/Messaging/SyncScopeHelper.java @@ -114,4 +114,4 @@ public abstract class SyncScopeHelper { ostream.write_short(value); } -}
\ No newline at end of file +} 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 +} diff --git a/libjava/classpath/org/omg/PortableServer/AdapterActivator.java b/libjava/classpath/org/omg/PortableServer/AdapterActivator.java index 9898c437a6f..278f3920776 100644 --- a/libjava/classpath/org/omg/PortableServer/AdapterActivator.java +++ b/libjava/classpath/org/omg/PortableServer/AdapterActivator.java @@ -59,4 +59,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface AdapterActivator extends AdapterActivatorOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/AdapterActivatorOperations.java b/libjava/classpath/org/omg/PortableServer/AdapterActivatorOperations.java index d1091852e7a..f2065252d02 100644 --- a/libjava/classpath/org/omg/PortableServer/AdapterActivatorOperations.java +++ b/libjava/classpath/org/omg/PortableServer/AdapterActivatorOperations.java @@ -65,4 +65,4 @@ public interface AdapterActivatorOperations * the remote exception ({@link OBJECT_NOT_EXIST}, minor code 2). */ boolean unknown_adapter(POA parent, String child_name); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/Current.java b/libjava/classpath/org/omg/PortableServer/Current.java index 842086746af..7bce10e043d 100644 --- a/libjava/classpath/org/omg/PortableServer/Current.java +++ b/libjava/classpath/org/omg/PortableServer/Current.java @@ -60,4 +60,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface Current extends CurrentOperations, org.omg.CORBA.Current, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/CurrentHelper.java b/libjava/classpath/org/omg/PortableServer/CurrentHelper.java index f201e38bc1b..a81e839d052 100644 --- a/libjava/classpath/org/omg/PortableServer/CurrentHelper.java +++ b/libjava/classpath/org/omg/PortableServer/CurrentHelper.java @@ -141,4 +141,4 @@ public abstract class CurrentHelper { throw new NO_IMPLEMENT(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/CurrentOperations.java b/libjava/classpath/org/omg/PortableServer/CurrentOperations.java index b2f23f2004d..58bc3141dc7 100644 --- a/libjava/classpath/org/omg/PortableServer/CurrentOperations.java +++ b/libjava/classpath/org/omg/PortableServer/CurrentOperations.java @@ -78,4 +78,4 @@ public interface CurrentOperations */ POA get_POA() throws NoContext; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContext.java b/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContext.java index c2305ffd8dd..9d42174bf78 100644 --- a/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContext.java +++ b/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContext.java @@ -79,4 +79,4 @@ public final class NoContext { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContextHelper.java b/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContextHelper.java index 4a2a9a6a096..2aa9268ae7e 100644 --- a/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContextHelper.java +++ b/libjava/classpath/org/omg/PortableServer/CurrentPackage/NoContextHelper.java @@ -99,7 +99,7 @@ public abstract class NoContextHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("NoContext expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -140,4 +140,4 @@ public abstract class NoContextHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/DynamicImplementation.java b/libjava/classpath/org/omg/PortableServer/DynamicImplementation.java index 6a333e18e17..f43fbf92196 100644 --- a/libjava/classpath/org/omg/PortableServer/DynamicImplementation.java +++ b/libjava/classpath/org/omg/PortableServer/DynamicImplementation.java @@ -55,4 +55,4 @@ public abstract class DynamicImplementation * and return results of the invocation. */ public abstract void invoke(ServerRequest request); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ForwardRequest.java b/libjava/classpath/org/omg/PortableServer/ForwardRequest.java index 3976de64fc4..c9d20b34544 100644 --- a/libjava/classpath/org/omg/PortableServer/ForwardRequest.java +++ b/libjava/classpath/org/omg/PortableServer/ForwardRequest.java @@ -105,4 +105,4 @@ public final class ForwardRequest { this.forward_reference = a_forward_reference; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ForwardRequestHelper.java b/libjava/classpath/org/omg/PortableServer/ForwardRequestHelper.java index 0ebbc7e41b1..83e5707c604 100644 --- a/libjava/classpath/org/omg/PortableServer/ForwardRequestHelper.java +++ b/libjava/classpath/org/omg/PortableServer/ForwardRequestHelper.java @@ -78,7 +78,7 @@ public abstract class ForwardRequestHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("ForwardRequest expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } diff --git a/libjava/classpath/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java b/libjava/classpath/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java index a283ce6bb99..f70660d76a4 100644 --- a/libjava/classpath/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java +++ b/libjava/classpath/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java @@ -50,4 +50,4 @@ public interface ID_ASSIGNMENT_POLICY_ID * Specifies the ID_ASSIGNMENT_POLICY_ID value, 19. */ int value = 19; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java b/libjava/classpath/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java index 8518831d686..f69defcaa18 100644 --- a/libjava/classpath/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java +++ b/libjava/classpath/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java @@ -50,4 +50,4 @@ public interface ID_UNIQUENESS_POLICY_ID * Specifies the ID_UNIQUENESS_POLICY_ID value, 18. */ int value = 18; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java b/libjava/classpath/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java index c46e79881bd..c76e1801cd7 100644 --- a/libjava/classpath/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java +++ b/libjava/classpath/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java @@ -50,4 +50,4 @@ public interface IMPLICIT_ACTIVATION_POLICY_ID * Specifies the IMPLICIT_ACTIVATION_POLICY_ID value, 20. */ int value = 20; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicy.java b/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicy.java index cde9e11af78..15ccf4f6ea0 100644 --- a/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicy.java @@ -55,4 +55,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface IdAssignmentPolicy extends Policy, IdAssignmentPolicyOperations, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyOperations.java b/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyOperations.java index 993a7804ae2..88c39d73d11 100644 --- a/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyOperations.java +++ b/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyOperations.java @@ -52,4 +52,4 @@ public interface IdAssignmentPolicyOperations * Return the value of this policy type, stated by the current instance. */ IdAssignmentPolicyValue value(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyValue.java b/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyValue.java index cc6f3962a08..9e52b9889fa 100644 --- a/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyValue.java +++ b/libjava/classpath/org/omg/PortableServer/IdAssignmentPolicyValue.java @@ -155,4 +155,4 @@ public class IdAssignmentPolicyValue { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicy.java b/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicy.java index f78e87e0d3e..ba2894c7ce9 100644 --- a/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicy.java @@ -54,4 +54,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface IdUniquenessPolicy extends Policy, IdUniquenessPolicyOperations, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyOperations.java b/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyOperations.java index 3019396b5df..1295f88f39c 100644 --- a/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyOperations.java +++ b/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyOperations.java @@ -52,4 +52,4 @@ public interface IdUniquenessPolicyOperations * Return the value of this policy type, stated by the current instance. */ IdUniquenessPolicyValue value(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyValue.java b/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyValue.java index 0294ee20997..848671d1da8 100644 --- a/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyValue.java +++ b/libjava/classpath/org/omg/PortableServer/IdUniquenessPolicyValue.java @@ -155,4 +155,4 @@ public class IdUniquenessPolicyValue { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicy.java b/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicy.java index c3859d203d8..786e5fa7257 100644 --- a/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicy.java @@ -54,4 +54,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface ImplicitActivationPolicy extends Policy, ImplicitActivationPolicyOperations, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyOperations.java b/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyOperations.java index d855ec82e6b..9b6136a1cf6 100644 --- a/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyOperations.java +++ b/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyOperations.java @@ -52,4 +52,4 @@ public interface ImplicitActivationPolicyOperations * Return the value of this policy type, stated by the current instance. */ ImplicitActivationPolicyValue value(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyValue.java b/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyValue.java index 6631424c47d..3e4049bb3f9 100644 --- a/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyValue.java +++ b/libjava/classpath/org/omg/PortableServer/ImplicitActivationPolicyValue.java @@ -155,4 +155,4 @@ public class ImplicitActivationPolicyValue { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/LifespanPolicy.java b/libjava/classpath/org/omg/PortableServer/LifespanPolicy.java index 2e77bbe6f36..2b96bf185e5 100644 --- a/libjava/classpath/org/omg/PortableServer/LifespanPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/LifespanPolicy.java @@ -55,4 +55,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface LifespanPolicy extends Policy, LifespanPolicyOperations, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/LifespanPolicyOperations.java b/libjava/classpath/org/omg/PortableServer/LifespanPolicyOperations.java index 20eda700e19..5eac1599ebe 100644 --- a/libjava/classpath/org/omg/PortableServer/LifespanPolicyOperations.java +++ b/libjava/classpath/org/omg/PortableServer/LifespanPolicyOperations.java @@ -52,4 +52,4 @@ public interface LifespanPolicyOperations * Return the value of this policy type, stated by the current instance. */ LifespanPolicyValue value(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/LifespanPolicyValue.java b/libjava/classpath/org/omg/PortableServer/LifespanPolicyValue.java index e1ab856b031..2be37fb37e3 100644 --- a/libjava/classpath/org/omg/PortableServer/LifespanPolicyValue.java +++ b/libjava/classpath/org/omg/PortableServer/LifespanPolicyValue.java @@ -152,4 +152,4 @@ public class LifespanPolicyValue { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POA.java b/libjava/classpath/org/omg/PortableServer/POA.java index 624d658da74..cddeac63f02 100644 --- a/libjava/classpath/org/omg/PortableServer/POA.java +++ b/libjava/classpath/org/omg/PortableServer/POA.java @@ -63,4 +63,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface POA extends POAOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAHelper.java b/libjava/classpath/org/omg/PortableServer/POAHelper.java index 122cfb304c0..6eb5ab54296 100644 --- a/libjava/classpath/org/omg/PortableServer/POAHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAHelper.java @@ -151,4 +151,4 @@ public abstract class POAHelper m.minor = Minor.Inappropriate; throw m; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAManager.java b/libjava/classpath/org/omg/PortableServer/POAManager.java index 6d93eb31ec1..72aa22f9d19 100644 --- a/libjava/classpath/org/omg/PortableServer/POAManager.java +++ b/libjava/classpath/org/omg/PortableServer/POAManager.java @@ -60,4 +60,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface POAManager extends POAManagerOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAManagerOperations.java b/libjava/classpath/org/omg/PortableServer/POAManagerOperations.java index 90206d452d8..251bbe4b174 100644 --- a/libjava/classpath/org/omg/PortableServer/POAManagerOperations.java +++ b/libjava/classpath/org/omg/PortableServer/POAManagerOperations.java @@ -138,4 +138,4 @@ public interface POAManagerOperations */ void hold_requests(boolean wait_for_completion) throws AdapterInactive; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java b/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java index 55115c259aa..f0f729920a0 100644 --- a/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java +++ b/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java @@ -76,4 +76,4 @@ public final class AdapterInactive { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java b/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java index e6a3068af0a..d7d0336b763 100644 --- a/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java @@ -98,7 +98,7 @@ public abstract class AdapterInactiveHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("AdapterInactive expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -139,4 +139,4 @@ public abstract class AdapterInactiveHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAManagerPackage/State.java b/libjava/classpath/org/omg/PortableServer/POAManagerPackage/State.java index b32d420a85c..72a09703846 100644 --- a/libjava/classpath/org/omg/PortableServer/POAManagerPackage/State.java +++ b/libjava/classpath/org/omg/PortableServer/POAManagerPackage/State.java @@ -144,7 +144,7 @@ public class State /** * Returns the State, matching the given integer constant. - * + * * @param code one of _HOLDING, _ACTIVE, _DISCARDING, _INACTIVE. * @return one of HOLDING, ACTIVE, DISCARDING, INACTIVE. * @throws BAD_PARAM if the parameter is not one of the valid values. @@ -165,7 +165,7 @@ public class State /** * Returns a short string representation. - * + * * @return the name of the current enumeration value. */ public String toString() @@ -181,4 +181,4 @@ public class State { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAOperations.java b/libjava/classpath/org/omg/PortableServer/POAOperations.java index 58d062d2bc6..f989d26819e 100644 --- a/libjava/classpath/org/omg/PortableServer/POAOperations.java +++ b/libjava/classpath/org/omg/PortableServer/POAOperations.java @@ -526,4 +526,4 @@ public interface POAOperations */ IdAssignmentPolicy create_id_assignment_policy(IdAssignmentPolicyValue value); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java index c7e43f01db3..602ce1dba32 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java @@ -76,4 +76,4 @@ public final class AdapterAlreadyExists { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java index 6476eeaa5ac..ccb3fa584c6 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java @@ -149,4 +149,4 @@ public abstract class AdapterAlreadyExistsHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistent.java b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistent.java index a7ad6184856..c7f87bccf16 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistent.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistent.java @@ -76,4 +76,4 @@ public final class AdapterNonExistent { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java index 1c007fb43b9..65842b756f0 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java @@ -107,7 +107,7 @@ public abstract class AdapterNonExistentHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("AdapterNonExistent expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -148,4 +148,4 @@ public abstract class AdapterNonExistentHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicy.java b/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicy.java index 470d9af4a0c..43ea544d3f2 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicy.java @@ -106,4 +106,4 @@ public final class InvalidPolicy { return super.getMessage() + " at index " + index; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java index cb3c6702442..64cdaadbf55 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java @@ -112,7 +112,7 @@ public abstract class InvalidPolicyHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("InvalidPolicy expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/NoServant.java b/libjava/classpath/org/omg/PortableServer/POAPackage/NoServant.java index cc786a3ea14..a3d7b043772 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/NoServant.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/NoServant.java @@ -76,4 +76,4 @@ public final class NoServant { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/NoServantHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/NoServantHelper.java index 56e8c4d16d9..cfb63ed2673 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/NoServantHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/NoServantHelper.java @@ -107,7 +107,7 @@ public abstract class NoServantHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("NoServant expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -148,4 +148,4 @@ public abstract class NoServantHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java index f14e5c91bad..9a80b95f8d1 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java @@ -75,4 +75,4 @@ public final class ObjectAlreadyActive { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java index 7f2e1484c08..48070eade1d 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java @@ -108,7 +108,7 @@ public abstract class ObjectAlreadyActiveHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("ObjectAlreadyActive expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -149,4 +149,4 @@ public abstract class ObjectAlreadyActiveHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActive.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActive.java index 823c8ead5fd..e8f0bc6bb52 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActive.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActive.java @@ -76,4 +76,4 @@ public final class ObjectNotActive { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java index 4cdf80891cd..492040dd2fa 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java @@ -107,7 +107,7 @@ public abstract class ObjectNotActiveHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("ObjectNotActive expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -148,4 +148,4 @@ public abstract class ObjectNotActiveHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java index 4f2b1586a6b..a6fd5da24f1 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java @@ -80,4 +80,4 @@ public final class ServantAlreadyActive { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java index 30b0b52d021..8fdb1ec157d 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java @@ -108,7 +108,7 @@ public abstract class ServantAlreadyActiveHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("ServantAlreadyActive expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -149,4 +149,4 @@ public abstract class ServantAlreadyActiveHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActive.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActive.java index 2383b278612..584459939e5 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActive.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActive.java @@ -76,4 +76,4 @@ public final class ServantNotActive { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java index f77ecfc50a6..99110e51114 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java @@ -107,7 +107,7 @@ public abstract class ServantNotActiveHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("ServantNotActive expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -148,4 +148,4 @@ public abstract class ServantNotActiveHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapter.java b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapter.java index 81b4ffb9788..8e28e84308e 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapter.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapter.java @@ -77,4 +77,4 @@ public final class WrongAdapter { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java index f1181fe61e5..69ffda747fc 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java @@ -107,7 +107,7 @@ public abstract class WrongAdapterHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("WrongAdapter expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -148,4 +148,4 @@ public abstract class WrongAdapterHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java index b2102dcbcc0..e0dbc990281 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicy.java @@ -76,4 +76,4 @@ public final class WrongPolicy { super(why); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java index bd09c2e9643..9122b06e432 100644 --- a/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java +++ b/libjava/classpath/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java @@ -107,7 +107,7 @@ public abstract class WrongPolicyHelper catch (ClassCastException cex) { BAD_OPERATION bad = new BAD_OPERATION("WrongPolicy expected"); - bad.minor = Minor.Any; + bad.minor = Minor.Any; bad.initCause(cex); throw bad; } @@ -148,4 +148,4 @@ public abstract class WrongPolicyHelper // Write the exception repository id. output.write_string(id()); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicy.java b/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicy.java index 1b37d9f1566..9d3237d7dee 100644 --- a/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicy.java @@ -56,4 +56,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface RequestProcessingPolicy extends Policy, RequestProcessingPolicyOperations, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyOperations.java b/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyOperations.java index 672ba1846e6..5a8963b3024 100644 --- a/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyOperations.java +++ b/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyOperations.java @@ -52,4 +52,4 @@ public interface RequestProcessingPolicyOperations * Return the value of this policy type, stated by the current instance. */ RequestProcessingPolicyValue value(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyValue.java b/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyValue.java index 2f22e309082..e946d5cf6bf 100644 --- a/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyValue.java +++ b/libjava/classpath/org/omg/PortableServer/RequestProcessingPolicyValue.java @@ -178,4 +178,4 @@ public class RequestProcessingPolicyValue { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/Servant.java b/libjava/classpath/org/omg/PortableServer/Servant.java index fcb2cdd6a3c..53b05f1e5bb 100644 --- a/libjava/classpath/org/omg/PortableServer/Servant.java +++ b/libjava/classpath/org/omg/PortableServer/Servant.java @@ -112,7 +112,7 @@ public abstract class Servant { if (delegate == null) { throw new BAD_INV_ORDER - ("The Servant has not been associated with an ORBinstance"); + ("The Servant has not been associated with an ORBinstance"); } return delegate; } @@ -293,4 +293,4 @@ public abstract class Servant } throw new OBJECT_NOT_EXIST(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantActivator.java b/libjava/classpath/org/omg/PortableServer/ServantActivator.java index 244fedf5f4c..82cfbda0dc5 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantActivator.java +++ b/libjava/classpath/org/omg/PortableServer/ServantActivator.java @@ -56,4 +56,4 @@ public interface ServantActivator extends ServantManager, ServantActivatorOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantActivatorHelper.java b/libjava/classpath/org/omg/PortableServer/ServantActivatorHelper.java index 48598aa20e0..d0fe8732cf3 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantActivatorHelper.java +++ b/libjava/classpath/org/omg/PortableServer/ServantActivatorHelper.java @@ -115,24 +115,24 @@ public abstract class ServantActivatorHelper throw bad; } } - + /** * Narrow the given object to the ServantActivator. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted ServantActivator. - * - * @since 1.5 + * + * @since 1.5 */ public static ServantActivator unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } - + } + /** * This should read the servant activator, but it cannot be transferred @@ -167,4 +167,4 @@ public abstract class ServantActivatorHelper m.minor = Minor.Inappropriate; throw m; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantActivatorOperations.java b/libjava/classpath/org/omg/PortableServer/ServantActivatorOperations.java index 6437f356329..22fba9d9e0b 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantActivatorOperations.java +++ b/libjava/classpath/org/omg/PortableServer/ServantActivatorOperations.java @@ -91,4 +91,4 @@ public interface ServantActivatorOperations */ Servant incarnate(byte[] Object_Id, POA poa) throws ForwardRequest; -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java b/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java index c94866ab259..a6460fa1445 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java +++ b/libjava/classpath/org/omg/PortableServer/ServantActivatorPOA.java @@ -58,7 +58,7 @@ import org.omg.CORBA.portable.ResponseHandler; * You do not need to derive your servant activator from this stub, * it is enough to implement the {@link ServantActivator} interface. * But you may choose to do this if you need the functional - * {@link #_all_interfaces(POA, byte[])} method or want to keep default + * {@link #_all_interfaces(POA, byte[])} method or want to keep default * behavior during the incarnation or etherialization. * </p> */ @@ -134,4 +134,4 @@ public abstract class ServantActivatorPOA { return new delegator(this); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantLocator.java b/libjava/classpath/org/omg/PortableServer/ServantLocator.java index 9989fd49b2a..564048d4575 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantLocator.java +++ b/libjava/classpath/org/omg/PortableServer/ServantLocator.java @@ -56,4 +56,4 @@ public interface ServantLocator extends ServantManager, ServantLocatorOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantLocatorHelper.java b/libjava/classpath/org/omg/PortableServer/ServantLocatorHelper.java index 467464791da..f22fff9ebd5 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantLocatorHelper.java +++ b/libjava/classpath/org/omg/PortableServer/ServantLocatorHelper.java @@ -116,23 +116,23 @@ public abstract class ServantLocatorHelper throw bad; } } - + /** * Narrow the given object to the ServantLocator. 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 OMG issue 4158. - * + * * @param obj the object to cast. - * + * * @return the casted ServantLocator. - * + * * @since 1.5 */ public static ServantLocator unchecked_narrow(org.omg.CORBA.Object obj) { return narrow(obj); - } + } /** * This should read the servant locator, but it cannot be transferred @@ -167,4 +167,4 @@ public abstract class ServantLocatorHelper m.minor = Minor.Inappropriate; throw m; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantLocatorOperations.java b/libjava/classpath/org/omg/PortableServer/ServantLocatorOperations.java index 58448c1af03..4f357576af1 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantLocatorOperations.java +++ b/libjava/classpath/org/omg/PortableServer/ServantLocatorOperations.java @@ -93,4 +93,4 @@ public interface ServantLocatorOperations void postinvoke(byte[] Object_Id, POA poa, String operation, java.lang.Object cookie, Servant servant ); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java b/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java index 8e9c7aeb59a..c598aa8bdf1 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java +++ b/libjava/classpath/org/omg/PortableServer/ServantLocatorPOA.java @@ -59,7 +59,7 @@ import org.omg.PortableServer.ServantLocatorPackage.CookieHolder; * You do not need to derive your servant locator from this stub, * it is enough to implement the {@link ServantLocator} interface. * But you may choose to do this if you need its functional - * {@link org.omg.PortableServer.ServantActivatorPOA.delegator#_ids()} + * {@link org.omg.PortableServer.ServantActivatorPOA.delegator#_ids()} * method or want to keep default behaviour during pre- or post- invokcations. * </p> * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org) @@ -143,4 +143,4 @@ public abstract class ServantLocatorPOA return THIS._all_interfaces(null, null); } } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java b/libjava/classpath/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java index ebae51b605c..ff23e7fd123 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java +++ b/libjava/classpath/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java @@ -111,4 +111,4 @@ public final class CookieHolder { throw new NO_IMPLEMENT(); } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantManager.java b/libjava/classpath/org/omg/PortableServer/ServantManager.java index 082aea34ea6..f361f04308d 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantManager.java +++ b/libjava/classpath/org/omg/PortableServer/ServantManager.java @@ -53,4 +53,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface ServantManager extends ServantManagerOperations, IDLEntity, org.omg.CORBA.Object { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantManagerOperations.java b/libjava/classpath/org/omg/PortableServer/ServantManagerOperations.java index b7c3b753bb9..374b791a199 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantManagerOperations.java +++ b/libjava/classpath/org/omg/PortableServer/ServantManagerOperations.java @@ -51,4 +51,4 @@ package org.omg.PortableServer; */ public interface ServantManagerOperations { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicy.java b/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicy.java index ee47af517e3..3da47d3d87c 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicy.java @@ -55,4 +55,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface ServantRetentionPolicy extends Policy, ServantRetentionPolicyOperations, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyOperations.java b/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyOperations.java index 2ef0ab55405..3a9ee0a7cfd 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyOperations.java +++ b/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyOperations.java @@ -52,4 +52,4 @@ public interface ServantRetentionPolicyOperations * Return the value of this policy type, stated by the current instance. */ ServantRetentionPolicyValue value(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyValue.java b/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyValue.java index 607df1293a1..4dffe7d7f8b 100644 --- a/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyValue.java +++ b/libjava/classpath/org/omg/PortableServer/ServantRetentionPolicyValue.java @@ -152,4 +152,4 @@ public class ServantRetentionPolicyValue { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ThreadPolicy.java b/libjava/classpath/org/omg/PortableServer/ThreadPolicy.java index b16ac17371c..77fe0a67c63 100644 --- a/libjava/classpath/org/omg/PortableServer/ThreadPolicy.java +++ b/libjava/classpath/org/omg/PortableServer/ThreadPolicy.java @@ -54,4 +54,4 @@ import org.omg.CORBA.portable.IDLEntity; public interface ThreadPolicy extends Policy, ThreadPolicyOperations, IDLEntity { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ThreadPolicyOperations.java b/libjava/classpath/org/omg/PortableServer/ThreadPolicyOperations.java index b3662881653..09835614f76 100644 --- a/libjava/classpath/org/omg/PortableServer/ThreadPolicyOperations.java +++ b/libjava/classpath/org/omg/PortableServer/ThreadPolicyOperations.java @@ -52,4 +52,4 @@ public interface ThreadPolicyOperations * Return the value of this policy type, stated by the current instance. */ ThreadPolicyValue value(); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/ThreadPolicyValue.java b/libjava/classpath/org/omg/PortableServer/ThreadPolicyValue.java index 2ba1b8e821d..4e1422dcd5a 100644 --- a/libjava/classpath/org/omg/PortableServer/ThreadPolicyValue.java +++ b/libjava/classpath/org/omg/PortableServer/ThreadPolicyValue.java @@ -165,4 +165,4 @@ public class ThreadPolicyValue { return _value; } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/_ServantActivatorStub.java b/libjava/classpath/org/omg/PortableServer/_ServantActivatorStub.java index 3cc4be9909a..658ac683c30 100644 --- a/libjava/classpath/org/omg/PortableServer/_ServantActivatorStub.java +++ b/libjava/classpath/org/omg/PortableServer/_ServantActivatorStub.java @@ -121,4 +121,4 @@ public class _ServantActivatorStub ) { } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/_ServantLocatorStub.java b/libjava/classpath/org/omg/PortableServer/_ServantLocatorStub.java index 9bbd58f8848..039140ebc25 100644 --- a/libjava/classpath/org/omg/PortableServer/_ServantLocatorStub.java +++ b/libjava/classpath/org/omg/PortableServer/_ServantLocatorStub.java @@ -130,4 +130,4 @@ public class _ServantLocatorStub ) { } -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/PortableServer/portable/Delegate.java b/libjava/classpath/org/omg/PortableServer/portable/Delegate.java index 3c61122b70c..32697fdfb87 100644 --- a/libjava/classpath/org/omg/PortableServer/portable/Delegate.java +++ b/libjava/classpath/org/omg/PortableServer/portable/Delegate.java @@ -109,4 +109,4 @@ public interface Delegate * given servant. */ org.omg.CORBA.Object this_object(Servant a_servant); -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/SendingContext/RunTime.java b/libjava/classpath/org/omg/SendingContext/RunTime.java index 09d3d505b54..ac0b888b29b 100644 --- a/libjava/classpath/org/omg/SendingContext/RunTime.java +++ b/libjava/classpath/org/omg/SendingContext/RunTime.java @@ -57,4 +57,4 @@ import java.io.Serializable; public interface RunTime extends IDLEntity, Object, RunTimeOperations, Serializable { -}
\ No newline at end of file +} diff --git a/libjava/classpath/org/omg/SendingContext/RunTimeOperations.java b/libjava/classpath/org/omg/SendingContext/RunTimeOperations.java index dabcb74c04d..413364575e0 100644 --- a/libjava/classpath/org/omg/SendingContext/RunTimeOperations.java +++ b/libjava/classpath/org/omg/SendingContext/RunTimeOperations.java @@ -54,4 +54,4 @@ package org.omg.SendingContext; */ public interface RunTimeOperations { -}
\ No newline at end of file +} |