summaryrefslogtreecommitdiff
path: root/org
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2010-06-03 19:11:10 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2010-06-03 19:11:10 +0000
commita17284098845d59d84bbf76b33190a5a91c12a82 (patch)
treec634c40062604cd1cdefa535b838926c9ede1a38 /org
parent43b6a8d2580b5c9549a58db41a0239f3929e4b91 (diff)
downloadclasspath-a17284098845d59d84bbf76b33190a5a91c12a82.tar.gz
Normalise whitespace.
2010-06-03 Andrew John Hughes <ahughes@redhat.com> * examples/gnu/classpath/examples/CORBA/NamingService/Demo.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/Demo.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPass.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturn.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNode.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisException.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisExceptionHelper.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterImplBase.java, * examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/_DemoTesterStub.java, * examples/gnu/classpath/examples/CORBA/swing/x5/CanvasWorld.java, * examples/gnu/classpath/examples/CORBA/swing/x5/ChatConstants.java, * examples/gnu/classpath/examples/CORBA/swing/x5/ClientFrame.java, * examples/gnu/classpath/examples/CORBA/swing/x5/Demo.java, * examples/gnu/classpath/examples/CORBA/swing/x5/GameManager.java, * examples/gnu/classpath/examples/CORBA/swing/x5/GameManagerImpl.java, * examples/gnu/classpath/examples/CORBA/swing/x5/IorReader.java, * examples/gnu/classpath/examples/CORBA/swing/x5/OrbStarter.java, * examples/gnu/classpath/examples/CORBA/swing/x5/Player.java, * examples/gnu/classpath/examples/CORBA/swing/x5/PlayerImpl.java, * examples/gnu/classpath/examples/CORBA/swing/x5/PlayingDesk.java, * examples/gnu/classpath/examples/CORBA/swing/x5/State.java, * examples/gnu/classpath/examples/CORBA/swing/x5/X5Server.java, * examples/gnu/classpath/examples/CORBA/swing/x5/_GameManagerImpl_Tie.java, * examples/gnu/classpath/examples/CORBA/swing/x5/_GameManager_Stub.java, * examples/gnu/classpath/examples/CORBA/swing/x5/_PlayerImpl_Tie.java, * examples/gnu/classpath/examples/CORBA/swing/x5/_Player_Stub.java, * examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java, * examples/gnu/classpath/examples/awt/Demo.java, * examples/gnu/classpath/examples/awt/HintingDemo.java, * examples/gnu/classpath/examples/datatransfer/Demo.java, * examples/gnu/classpath/examples/html/Demo.java, * examples/gnu/classpath/examples/java2d/J2dBenchmark.java, * examples/gnu/classpath/examples/java2d/J2dBenchmarkGUI.java, * examples/gnu/classpath/examples/java2d/JNIOverhead.java, * examples/gnu/classpath/examples/jawt/DemoJAWT.java, * examples/gnu/classpath/examples/management/TestClassLoading.java, * examples/gnu/classpath/examples/management/TestCompilation.java, * examples/gnu/classpath/examples/management/TestGarbageCollector.java, * examples/gnu/classpath/examples/management/TestMemory.java, * examples/gnu/classpath/examples/management/TestMemoryManager.java, * examples/gnu/classpath/examples/management/TestMemoryPool.java, * examples/gnu/classpath/examples/management/TestThread.java, * examples/gnu/classpath/examples/midi/Demo.java, * examples/gnu/classpath/examples/print/Demo.java, * examples/gnu/classpath/examples/sound/AudioPlayerSample.java, * examples/gnu/classpath/examples/swing/BrowserEditorKit.java, * examples/gnu/classpath/examples/swing/ButtonDemo.java, * examples/gnu/classpath/examples/swing/ComboBoxDemo.java, * examples/gnu/classpath/examples/swing/Demo.java, * examples/gnu/classpath/examples/swing/DemoFactory.java, * examples/gnu/classpath/examples/swing/DocumentFilterDemo.java, * examples/gnu/classpath/examples/swing/FileChooserDemo.java, * examples/gnu/classpath/examples/swing/HtmlDemo.java, * examples/gnu/classpath/examples/swing/ListDemo.java, * examples/gnu/classpath/examples/swing/MetalThemeEditor.java, * examples/gnu/classpath/examples/swing/NavigationFilterDemo.java, * examples/gnu/classpath/examples/swing/ScrollBarDemo.java, * examples/gnu/classpath/examples/swing/SliderDemo.java, * examples/gnu/classpath/examples/swing/SpinnerDemo.java, * examples/gnu/classpath/examples/swing/TabbedPaneDemo.java, * examples/gnu/classpath/examples/swing/TableDemo.java, * examples/gnu/classpath/examples/swing/TextAreaDemo.java, * examples/gnu/classpath/examples/swing/TextFieldDemo.java, * examples/gnu/classpath/examples/swing/TreeDemo.java, * gnu/CORBA/BigDecimalHelper.java, * gnu/CORBA/CDR/AbstractCdrInput.java, * gnu/CORBA/CDR/AbstractCdrOutput.java, * gnu/CORBA/CDR/AbstractDataInput.java, * gnu/CORBA/CDR/AbstractDataOutput.java, * gnu/CORBA/CDR/AligningInput.java, * gnu/CORBA/CDR/AligningOutput.java, * gnu/CORBA/CDR/ArrayValueHelper.java, * gnu/CORBA/CDR/BigEndianInputStream.java, * gnu/CORBA/CDR/BigEndianOutputStream.java, * gnu/CORBA/CDR/BufferedCdrOutput.java, * gnu/CORBA/CDR/BufferredCdrInput.java, * gnu/CORBA/CDR/HeadlessInput.java, * gnu/CORBA/CDR/IDLTypeHelper.java, * gnu/CORBA/CDR/LittleEndianOutputStream.java, * gnu/CORBA/CDR/UnknownExceptionCtxHandler.java, * gnu/CORBA/CDR/VMVio.java, * gnu/CORBA/CDR/Vio.java, * gnu/CORBA/CDR/gnuRuntime.java, * gnu/CORBA/CDR/gnuValueStream.java, * gnu/CORBA/CdrEncapsCodecImpl.java, * gnu/CORBA/CollocatedOrbs.java, * gnu/CORBA/Connected_objects.java, * gnu/CORBA/DefaultSocketFactory.java, * gnu/CORBA/DuplicateNameHolder.java, * gnu/CORBA/DynAn/AbstractAny.java, * gnu/CORBA/DynAn/DivideableAny.java, * gnu/CORBA/DynAn/NameValuePairHolder.java, * gnu/CORBA/DynAn/RecordAny.java, * gnu/CORBA/DynAn/ValueChangeListener.java, * gnu/CORBA/DynAn/gnuDynAny.java, * gnu/CORBA/DynAn/gnuDynAnyFactory.java, * gnu/CORBA/DynAn/gnuDynArray.java, * gnu/CORBA/DynAn/gnuDynEnum.java, * gnu/CORBA/DynAn/gnuDynFixed.java, * gnu/CORBA/DynAn/gnuDynSequence.java, * gnu/CORBA/DynAn/gnuDynUnion.java, * gnu/CORBA/DynAn/gnuDynValue.java, * gnu/CORBA/DynAn/gnuDynValueBox.java, * gnu/CORBA/DynAnySeqHolder.java, * gnu/CORBA/EmptyExceptionHolder.java, * gnu/CORBA/ForwardRequestHelper.java, * gnu/CORBA/GIOP/CharSets_OSF.java, * gnu/CORBA/GIOP/CloseMessage.java, * gnu/CORBA/GIOP/ErrorMessage.java, * gnu/CORBA/GIOP/MessageHeader.java, * gnu/CORBA/GIOP/ServiceContext.java, * gnu/CORBA/GIOP/v1_2/RequestHeader.java, * gnu/CORBA/GeneralHolder.java, * gnu/CORBA/IOR.java, * gnu/CORBA/Interceptor/ClientRequestInterceptors.java, * gnu/CORBA/Interceptor/ForwardRequestHolder.java, * gnu/CORBA/Interceptor/IORInterceptors.java, * gnu/CORBA/Interceptor/Registrator.java, * gnu/CORBA/Interceptor/ServerRequestInterceptors.java, * gnu/CORBA/Interceptor/gnuClientRequestInfo.java, * gnu/CORBA/Interceptor/gnuIcCurrent.java, * gnu/CORBA/Interceptor/gnuIorInfo.java, * gnu/CORBA/Interceptor/gnuServerRequestInfo.java, * gnu/CORBA/IorDelegate.java, * gnu/CORBA/IorObject.java, * gnu/CORBA/Minor.java, * gnu/CORBA/NameDynAnyPairHolder.java, * gnu/CORBA/NameDynAnyPairSeqHolder.java, * gnu/CORBA/NameValuePairHolder.java, * gnu/CORBA/NameValuePairSeqHolder.java, * gnu/CORBA/NamingService/NameParser.java, * gnu/CORBA/NamingService/NamingMap.java, * gnu/CORBA/NamingService/NamingServiceTransient.java, * gnu/CORBA/NamingService/TransientContext.java, * gnu/CORBA/ObjectCreator.java, * gnu/CORBA/OrbFocused.java, * gnu/CORBA/OrbFunctional.java, * gnu/CORBA/OrbRestricted.java, * gnu/CORBA/Poa/AOM.java, * gnu/CORBA/Poa/AccessiblePolicy.java, * gnu/CORBA/Poa/DynamicImpHandler.java, * gnu/CORBA/Poa/ForwardRequestHolder.java, * gnu/CORBA/Poa/ForwardedServant.java, * gnu/CORBA/Poa/InvalidPolicyHolder.java, * gnu/CORBA/Poa/LocalDelegate.java, * gnu/CORBA/Poa/LocalRequest.java, * gnu/CORBA/Poa/LocalServerRequest.java, * gnu/CORBA/Poa/ORB_1_4.java, * gnu/CORBA/Poa/ServantDelegateImpl.java, * gnu/CORBA/Poa/StandardPolicies.java, * gnu/CORBA/Poa/gnuAdapterActivator.java, * gnu/CORBA/Poa/gnuForwardRequest.java, * gnu/CORBA/Poa/gnuIdAssignmentPolicy.java, * gnu/CORBA/Poa/gnuIdUniquenessPolicy.java, * gnu/CORBA/Poa/gnuImplicitActivationPolicy.java, * gnu/CORBA/Poa/gnuLifespanPolicy.java, * gnu/CORBA/Poa/gnuPOA.java, * gnu/CORBA/Poa/gnuPOAManager.java, * gnu/CORBA/Poa/gnuPoaCurrent.java, * gnu/CORBA/Poa/gnuRequestProcessingPolicy.java, * gnu/CORBA/Poa/gnuServantObject.java, * gnu/CORBA/Poa/gnuServantRetentionPolicy.java, * gnu/CORBA/Poa/gnuThreadPolicy.java, * gnu/CORBA/ServiceRequestAdapter.java, * gnu/CORBA/SetOverrideTypeHolder.java, * gnu/CORBA/SimpleDelegate.java, * gnu/CORBA/SocketRepository.java, * gnu/CORBA/StreamHolder.java, * gnu/CORBA/TypeCodeHelper.java, * gnu/CORBA/TypeKindNamer.java, * gnu/CORBA/Version.java, * gnu/CORBA/_PolicyImplBase.java, * gnu/CORBA/gnuAny.java, * gnu/CORBA/gnuCodecFactory.java, * gnu/CORBA/gnuEnvironment.java, * gnu/CORBA/gnuRequest.java, * gnu/CORBA/gnuValueHolder.java, * gnu/CORBA/interfaces/SocketFactory.java, * gnu/CORBA/typecodes/AliasTypeCode.java, * gnu/CORBA/typecodes/ArrayTypeCode.java, * gnu/CORBA/typecodes/FixedTypeCode.java, * gnu/CORBA/typecodes/GeneralTypeCode.java, * gnu/CORBA/typecodes/PrimitiveTypeCode.java, * gnu/CORBA/typecodes/RecordTypeCode.java, * gnu/CORBA/typecodes/RecursiveTypeCode.java, * gnu/CORBA/typecodes/StringTypeCode.java, * gnu/classpath/Pair.java, * gnu/classpath/Pointer.java, * gnu/classpath/Pointer32.java, * gnu/classpath/Pointer64.java, * gnu/classpath/ServiceFactory.java, * gnu/classpath/ServiceProviderLoadingAction.java, * gnu/classpath/SystemProperties.java, * gnu/classpath/debug/Component.java, * gnu/classpath/debug/PreciseFilter.java, * gnu/classpath/debug/SystemLogger.java, * gnu/classpath/debug/TeeInputStream.java, * gnu/classpath/debug/TeeReader.java, * gnu/classpath/jdwp/Jdwp.java, * gnu/classpath/jdwp/JdwpConstants.java, * gnu/classpath/jdwp/event/BreakpointEvent.java, * gnu/classpath/jdwp/event/ClassPrepareEvent.java, * gnu/classpath/jdwp/event/ClassUnloadEvent.java, * gnu/classpath/jdwp/event/Event.java, * gnu/classpath/jdwp/event/EventManager.java, * gnu/classpath/jdwp/event/EventRequest.java, * gnu/classpath/jdwp/event/ExceptionEvent.java, * gnu/classpath/jdwp/event/MethodEntryEvent.java, * gnu/classpath/jdwp/event/MethodExitEvent.java, * gnu/classpath/jdwp/event/SingleStepEvent.java, * gnu/classpath/jdwp/event/ThreadEndEvent.java, * gnu/classpath/jdwp/event/VmDeathEvent.java, * gnu/classpath/jdwp/event/VmInitEvent.java, * gnu/classpath/jdwp/event/filters/ClassExcludeFilter.java, * gnu/classpath/jdwp/event/filters/ClassMatchFilter.java, * gnu/classpath/jdwp/event/filters/ClassOnlyFilter.java, * gnu/classpath/jdwp/event/filters/ExceptionOnlyFilter.java, * gnu/classpath/jdwp/event/filters/FieldOnlyFilter.java, * gnu/classpath/jdwp/event/filters/InstanceOnlyFilter.java, * gnu/classpath/jdwp/event/filters/StepFilter.java, * gnu/classpath/jdwp/event/filters/ThreadOnlyFilter.java, * gnu/classpath/jdwp/exception/InvalidClassException.java, * gnu/classpath/jdwp/exception/InvalidClassLoaderException.java, * gnu/classpath/jdwp/exception/InvalidEventTypeException.java, * gnu/classpath/jdwp/exception/InvalidFieldException.java, * gnu/classpath/jdwp/exception/InvalidFrameException.java, * gnu/classpath/jdwp/exception/InvalidLocationException.java, * gnu/classpath/jdwp/exception/InvalidMethodException.java, * gnu/classpath/jdwp/exception/InvalidObjectException.java, * gnu/classpath/jdwp/exception/InvalidSlotException.java, * gnu/classpath/jdwp/exception/InvalidStringException.java, * gnu/classpath/jdwp/exception/InvalidThreadException.java, * gnu/classpath/jdwp/exception/InvalidThreadGroupException.java, * gnu/classpath/jdwp/exception/NativeMethodException.java, * gnu/classpath/jdwp/exception/NotImplementedException.java, * gnu/classpath/jdwp/id/JdwpId.java, * gnu/classpath/jdwp/id/NullObjectId.java, * gnu/classpath/jdwp/processor/ArrayReferenceCommandSet.java, * gnu/classpath/jdwp/processor/ArrayTypeCommandSet.java, * gnu/classpath/jdwp/processor/ClassLoaderReferenceCommandSet.java, * gnu/classpath/jdwp/processor/ClassObjectReferenceCommandSet.java, * gnu/classpath/jdwp/processor/ClassTypeCommandSet.java, * gnu/classpath/jdwp/processor/CommandSet.java, * gnu/classpath/jdwp/processor/EventRequestCommandSet.java, * gnu/classpath/jdwp/processor/FieldCommandSet.java, * gnu/classpath/jdwp/processor/InterfaceTypeCommandSet.java, * gnu/classpath/jdwp/processor/MethodCommandSet.java, * gnu/classpath/jdwp/processor/ObjectReferenceCommandSet.java, * gnu/classpath/jdwp/processor/PacketProcessor.java, * gnu/classpath/jdwp/processor/ReferenceTypeCommandSet.java, * gnu/classpath/jdwp/processor/StackFrameCommandSet.java, * gnu/classpath/jdwp/processor/StringReferenceCommandSet.java, * gnu/classpath/jdwp/processor/ThreadGroupReferenceCommandSet.java, * gnu/classpath/jdwp/processor/ThreadReferenceCommandSet.java, * gnu/classpath/jdwp/processor/VirtualMachineCommandSet.java, * gnu/classpath/jdwp/transport/JdwpCommandPacket.java, * gnu/classpath/jdwp/transport/JdwpConnection.java, * gnu/classpath/jdwp/transport/JdwpPacket.java, * gnu/classpath/jdwp/transport/JdwpReplyPacket.java, * gnu/classpath/jdwp/transport/SocketTransport.java, * gnu/classpath/jdwp/transport/TransportFactory.java, * gnu/classpath/jdwp/util/JdwpString.java, * gnu/classpath/jdwp/util/LineTable.java, * gnu/classpath/jdwp/util/Location.java, * gnu/classpath/jdwp/util/MethodResult.java, * gnu/classpath/jdwp/util/MonitorInfo.java, * gnu/classpath/jdwp/util/Signature.java, * gnu/classpath/jdwp/util/VariableTable.java, * gnu/classpath/jdwp/value/ArrayValue.java, * gnu/classpath/jdwp/value/BooleanValue.java, * gnu/classpath/jdwp/value/ByteValue.java, * gnu/classpath/jdwp/value/CharValue.java, * gnu/classpath/jdwp/value/DoubleValue.java, * gnu/classpath/jdwp/value/FloatValue.java, * gnu/classpath/jdwp/value/IntValue.java, * gnu/classpath/jdwp/value/LongValue.java, * gnu/classpath/jdwp/value/ObjectValue.java, * gnu/classpath/jdwp/value/ShortValue.java, * gnu/classpath/jdwp/value/StringValue.java, * gnu/classpath/jdwp/value/Value.java, * gnu/classpath/jdwp/value/ValueFactory.java, * gnu/classpath/jdwp/value/VoidValue.java, * gnu/classpath/toolkit/DefaultDaemonThreadFactory.java, * gnu/java/awt/AWTUtilities.java, * gnu/java/awt/BitMaskExtent.java, * gnu/java/awt/BitwiseXORComposite.java, * gnu/java/awt/Buffers.java, * gnu/java/awt/ClasspathGraphicsEnvironment.java, * gnu/java/awt/ClasspathToolkit.java, * gnu/java/awt/ComponentDataBlitOp.java, * gnu/java/awt/EmbeddedWindow.java, * gnu/java/awt/GradientPaintContext.java, * gnu/java/awt/color/CieXyzConverter.java, * gnu/java/awt/color/ClutProfileConverter.java, * gnu/java/awt/color/ColorLookUpTable.java, * gnu/java/awt/color/GrayProfileConverter.java, * gnu/java/awt/color/GrayScaleConverter.java, * gnu/java/awt/color/LinearRGBConverter.java, * gnu/java/awt/color/ProfileHeader.java, * gnu/java/awt/color/RgbProfileConverter.java, * gnu/java/awt/color/SrgbConverter.java, * gnu/java/awt/color/ToneReproductionCurve.java, * gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java, * gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java, * gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java, * gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java, * gnu/java/awt/font/FontDelegate.java, * gnu/java/awt/font/FontFactory.java, * gnu/java/awt/font/GNUGlyphVector.java, * gnu/java/awt/font/OpenTypeFontPeer.java, * gnu/java/awt/font/autofit/GlyphHints.java, * gnu/java/awt/font/autofit/Latin.java, * gnu/java/awt/font/autofit/Utils.java, * gnu/java/awt/font/opentype/CharGlyphMap.java, * gnu/java/awt/font/opentype/GlyphNamer.java, * gnu/java/awt/font/opentype/MacResourceFork.java, * gnu/java/awt/font/opentype/NameDecoder.java, * gnu/java/awt/font/opentype/OpenTypeFont.java, * gnu/java/awt/font/opentype/OpenTypeFontFactory.java, * gnu/java/awt/font/opentype/truetype/GlyphLoader.java, * gnu/java/awt/font/opentype/truetype/GlyphLocator.java, * gnu/java/awt/font/opentype/truetype/GlyphMeasurer.java, * gnu/java/awt/font/opentype/truetype/Point.java, * gnu/java/awt/font/opentype/truetype/TrueTypeScaler.java, * gnu/java/awt/font/opentype/truetype/VirtualMachine.java, * gnu/java/awt/font/opentype/truetype/Zone.java, * gnu/java/awt/font/opentype/truetype/ZonePathIterator.java, * gnu/java/awt/image/AsyncImage.java, * gnu/java/awt/image/ImageConverter.java, * gnu/java/awt/image/ImageDecoder.java, * gnu/java/awt/image/XBMDecoder.java, * gnu/java/awt/java2d/AbstractGraphics2D.java, * gnu/java/awt/java2d/AlphaCompositeContext.java, * gnu/java/awt/java2d/CubicSegment.java, * gnu/java/awt/java2d/LineSegment.java, * gnu/java/awt/java2d/PixelCoverage.java, * gnu/java/awt/java2d/QuadSegment.java, * gnu/java/awt/java2d/RasterGraphics.java, * gnu/java/awt/java2d/ScanlineConverter.java, * gnu/java/awt/java2d/ScanlineCoverage.java, * gnu/java/awt/java2d/Segment.java, * gnu/java/awt/java2d/TexturePaintContext.java, * gnu/java/awt/peer/ClasspathDesktopPeer.java, * gnu/java/awt/peer/ClasspathFontPeer.java, * gnu/java/awt/peer/GLightweightPeer.java, * gnu/java/awt/peer/GnomeDesktopPeer.java, * gnu/java/awt/peer/KDEDesktopPeer.java, * gnu/java/awt/peer/gtk/AsyncImage.java, * gnu/java/awt/peer/gtk/BufferedImageGraphics.java, * gnu/java/awt/peer/gtk/CairoGraphics2D.java, * gnu/java/awt/peer/gtk/CairoSurface.java, * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java, * gnu/java/awt/peer/gtk/ComponentGraphics.java, * gnu/java/awt/peer/gtk/ComponentGraphicsCopy.java, * gnu/java/awt/peer/gtk/FreetypeGlyphVector.java, * gnu/java/awt/peer/gtk/GdkFontPeer.java, * gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java, * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java, * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java, * gnu/java/awt/peer/gtk/GdkRobotPeer.java, * gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java, * gnu/java/awt/peer/gtk/GtkButtonPeer.java, * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java, * gnu/java/awt/peer/gtk/GtkChoicePeer.java, * gnu/java/awt/peer/gtk/GtkClipboard.java, * gnu/java/awt/peer/gtk/GtkComponentPeer.java, * gnu/java/awt/peer/gtk/GtkContainerPeer.java, * gnu/java/awt/peer/gtk/GtkCursor.java, * gnu/java/awt/peer/gtk/GtkDialogPeer.java, * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java, * gnu/java/awt/peer/gtk/GtkFramePeer.java, * gnu/java/awt/peer/gtk/GtkGenericPeer.java, * gnu/java/awt/peer/gtk/GtkImage.java, * gnu/java/awt/peer/gtk/GtkImageConsumer.java, * gnu/java/awt/peer/gtk/GtkLabelPeer.java, * gnu/java/awt/peer/gtk/GtkListPeer.java, * gnu/java/awt/peer/gtk/GtkMenuComponentPeer.java, * gnu/java/awt/peer/gtk/GtkMenuPeer.java, * gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java, * gnu/java/awt/peer/gtk/GtkPanelPeer.java, * gnu/java/awt/peer/gtk/GtkPopupMenuPeer.java, * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java, * gnu/java/awt/peer/gtk/GtkSelection.java, * gnu/java/awt/peer/gtk/GtkToolkit.java, * gnu/java/awt/peer/gtk/GtkVolatileImage.java, * gnu/java/awt/peer/gtk/GtkWindowPeer.java, * gnu/java/awt/peer/gtk/VolatileImageGraphics.java, * gnu/java/awt/peer/headless/HeadlessGraphicsEnvironment.java, * gnu/java/awt/peer/qt/MainQtThread.java, * gnu/java/awt/peer/qt/QMatrix.java, * gnu/java/awt/peer/qt/QPainterPath.java, * gnu/java/awt/peer/qt/QPen.java, * gnu/java/awt/peer/qt/QtAudioClip.java, * gnu/java/awt/peer/qt/QtButtonPeer.java, * gnu/java/awt/peer/qt/QtCheckboxPeer.java, * gnu/java/awt/peer/qt/QtChoicePeer.java, * gnu/java/awt/peer/qt/QtComponentGraphics.java, * gnu/java/awt/peer/qt/QtComponentPeer.java, * gnu/java/awt/peer/qt/QtContainerPeer.java, * gnu/java/awt/peer/qt/QtDialogPeer.java, * gnu/java/awt/peer/qt/QtEmbeddedWindowPeer.java, * gnu/java/awt/peer/qt/QtFileDialogPeer.java, * gnu/java/awt/peer/qt/QtFontMetrics.java, * gnu/java/awt/peer/qt/QtFontPeer.java, * gnu/java/awt/peer/qt/QtFramePeer.java, * gnu/java/awt/peer/qt/QtGraphics.java, * gnu/java/awt/peer/qt/QtGraphicsEnvironment.java, * gnu/java/awt/peer/qt/QtImage.java, * gnu/java/awt/peer/qt/QtImageConsumer.java, * gnu/java/awt/peer/qt/QtImageDirectGraphics.java, * gnu/java/awt/peer/qt/QtImageGraphics.java, * gnu/java/awt/peer/qt/QtLabelPeer.java, * gnu/java/awt/peer/qt/QtListPeer.java, * gnu/java/awt/peer/qt/QtMenuBarPeer.java, * gnu/java/awt/peer/qt/QtMenuComponentPeer.java, * gnu/java/awt/peer/qt/QtMenuItemPeer.java, * gnu/java/awt/peer/qt/QtMenuPeer.java, * gnu/java/awt/peer/qt/QtPanelPeer.java, * gnu/java/awt/peer/qt/QtPopupMenuPeer.java, * gnu/java/awt/peer/qt/QtRepaintThread.java, * gnu/java/awt/peer/qt/QtScreenDevice.java, * gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java, * gnu/java/awt/peer/qt/QtScrollPanePeer.java, * gnu/java/awt/peer/qt/QtScrollbarPeer.java, * gnu/java/awt/peer/qt/QtTextAreaPeer.java, * gnu/java/awt/peer/qt/QtTextFieldPeer.java, * gnu/java/awt/peer/qt/QtToolkit.java, * gnu/java/awt/peer/qt/QtVolatileImage.java, * gnu/java/awt/peer/qt/QtWindowPeer.java, * gnu/java/awt/peer/swing/SwingButtonPeer.java, * gnu/java/awt/peer/swing/SwingCheckboxPeer.java, * gnu/java/awt/peer/swing/SwingComponent.java, * gnu/java/awt/peer/swing/SwingComponentPeer.java, * gnu/java/awt/peer/swing/SwingContainerPeer.java, * gnu/java/awt/peer/swing/SwingLabelPeer.java, * gnu/java/awt/peer/swing/SwingListPeer.java, * gnu/java/awt/peer/swing/SwingMenuItemPeer.java, * gnu/java/awt/peer/swing/SwingMenuPeer.java, * gnu/java/awt/peer/swing/SwingTextAreaPeer.java, * gnu/java/awt/peer/swing/SwingTextFieldPeer.java, * gnu/java/awt/peer/x/GLGraphics.java, * gnu/java/awt/peer/x/KeyboardMapping.java, * gnu/java/awt/peer/x/XEventPump.java, * gnu/java/awt/peer/x/XFontPeer.java, * gnu/java/awt/peer/x/XFramePeer.java, * gnu/java/awt/peer/x/XGraphics2D.java, * gnu/java/awt/peer/x/XGraphicsConfiguration.java, * gnu/java/awt/peer/x/XGraphicsDevice.java, * gnu/java/awt/peer/x/XGraphicsEnvironment.java, * gnu/java/awt/peer/x/XImage.java, * gnu/java/awt/peer/x/XToolkit.java, * gnu/java/awt/peer/x/XWindowPeer.java, * gnu/java/awt/print/JavaPrinterGraphics.java, * gnu/java/awt/print/JavaPrinterJob.java, * gnu/java/awt/print/PostScriptGraphics2D.java, * gnu/java/awt/print/SpooledDocument.java, * gnu/java/beans/BeanInfoEmbryo.java, * gnu/java/beans/DefaultExceptionListener.java, * gnu/java/beans/ExplicitBeanInfo.java, * gnu/java/beans/IntrospectionIncubator.java, * gnu/java/beans/decoder/AbstractContext.java, * gnu/java/beans/decoder/AbstractCreatableObjectContext.java, * gnu/java/beans/decoder/AbstractElementHandler.java, * gnu/java/beans/decoder/AbstractObjectContext.java, * gnu/java/beans/decoder/ArrayContext.java, * gnu/java/beans/decoder/ArrayHandler.java, * gnu/java/beans/decoder/AssemblyException.java, * gnu/java/beans/decoder/BooleanHandler.java, * gnu/java/beans/decoder/ByteHandler.java, * gnu/java/beans/decoder/CharHandler.java, * gnu/java/beans/decoder/ClassHandler.java, * gnu/java/beans/decoder/ConstructorContext.java, * gnu/java/beans/decoder/Context.java, * gnu/java/beans/decoder/DecoderContext.java, * gnu/java/beans/decoder/DoubleHandler.java, * gnu/java/beans/decoder/DummyContext.java, * gnu/java/beans/decoder/DummyHandler.java, * gnu/java/beans/decoder/ElementHandler.java, * gnu/java/beans/decoder/FloatHandler.java, * gnu/java/beans/decoder/GrowableArrayContext.java, * gnu/java/beans/decoder/IndexContext.java, * gnu/java/beans/decoder/IntHandler.java, * gnu/java/beans/decoder/JavaHandler.java, * gnu/java/beans/decoder/LongHandler.java, * gnu/java/beans/decoder/MethodContext.java, * gnu/java/beans/decoder/MethodFinder.java, * gnu/java/beans/decoder/NullHandler.java, * gnu/java/beans/decoder/ObjectContext.java, * gnu/java/beans/decoder/ObjectHandler.java, * gnu/java/beans/decoder/PersistenceParser.java, * gnu/java/beans/decoder/PropertyContext.java, * gnu/java/beans/decoder/ShortHandler.java, * gnu/java/beans/decoder/SimpleHandler.java, * gnu/java/beans/decoder/StaticMethodContext.java, * gnu/java/beans/decoder/StringHandler.java, * gnu/java/beans/decoder/VoidHandler.java, * gnu/java/beans/editors/ColorEditor.java, * gnu/java/beans/editors/FontEditor.java, * gnu/java/beans/editors/NativeBooleanEditor.java, * gnu/java/beans/editors/NativeByteEditor.java, * gnu/java/beans/editors/NativeDoubleEditor.java, * gnu/java/beans/editors/NativeFloatEditor.java, * gnu/java/beans/editors/NativeIntEditor.java, * gnu/java/beans/editors/NativeLongEditor.java, * gnu/java/beans/editors/NativeShortEditor.java, * gnu/java/beans/editors/StringEditor.java, * gnu/java/beans/encoder/ArrayPersistenceDelegate.java, * gnu/java/beans/encoder/ClassPersistenceDelegate.java, * gnu/java/beans/encoder/CollectionPersistenceDelegate.java, * gnu/java/beans/encoder/Context.java, * gnu/java/beans/encoder/GenericScannerState.java, * gnu/java/beans/encoder/IgnoringScannerState.java, * gnu/java/beans/encoder/MapPersistenceDelegate.java, * gnu/java/beans/encoder/ObjectId.java, * gnu/java/beans/encoder/PrimitivePersistenceDelegate.java, * gnu/java/beans/encoder/ReportingScannerState.java, * gnu/java/beans/encoder/Root.java, * gnu/java/beans/encoder/ScanEngine.java, * gnu/java/beans/encoder/ScannerState.java, * gnu/java/beans/encoder/StAXWriter.java, * gnu/java/beans/encoder/Writer.java, * gnu/java/beans/encoder/elements/ArrayInstantiation.java, * gnu/java/beans/encoder/elements/Array_Get.java, * gnu/java/beans/encoder/elements/ClassResolution.java, * gnu/java/beans/encoder/elements/Element.java, * gnu/java/beans/encoder/elements/List_Get.java, * gnu/java/beans/encoder/elements/List_Set.java, * gnu/java/beans/encoder/elements/MethodInvocation.java, * gnu/java/beans/encoder/elements/NullObject.java, * gnu/java/beans/encoder/elements/ObjectInstantiation.java, * gnu/java/beans/encoder/elements/ObjectReference.java, * gnu/java/beans/encoder/elements/PrimitiveInstantiation.java, * gnu/java/beans/encoder/elements/StaticFieldAccess.java, * gnu/java/beans/encoder/elements/StaticMethodInvocation.java, * gnu/java/beans/encoder/elements/StringReference.java, * gnu/java/io/ASN1ParsingException.java, * gnu/java/io/Base64InputStream.java, * gnu/java/io/ClassLoaderObjectInputStream.java, * gnu/java/io/NullOutputStream.java, * gnu/java/io/ObjectIdentityMap2Int.java, * gnu/java/io/ObjectIdentityWrapper.java, * gnu/java/io/PlatformHelper.java, * gnu/java/lang/CPStringBuilder.java, * gnu/java/lang/CharData.java, * gnu/java/lang/InstrumentationImpl.java, * gnu/java/lang/MainThread.java, * gnu/java/lang/management/BeanImpl.java, * gnu/java/lang/management/ClassLoadingMXBeanImpl.java, * gnu/java/lang/management/CompilationMXBeanImpl.java, * gnu/java/lang/management/GarbageCollectorMXBeanImpl.java, * gnu/java/lang/management/MemoryMXBeanImpl.java, * gnu/java/lang/management/MemoryManagerMXBeanImpl.java, * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * gnu/java/lang/management/OperatingSystemMXBeanImpl.java, * gnu/java/lang/management/RuntimeMXBeanImpl.java, * gnu/java/lang/management/ThreadMXBeanImpl.java, * gnu/java/lang/reflect/TypeSignature.java, * gnu/java/locale/LocaleHelper.java, * gnu/java/math/Fixed.java, * gnu/java/math/GMP.java, * gnu/java/math/MPN.java, * gnu/java/net/CRLFInputStream.java, * gnu/java/net/CRLFOutputStream.java, * gnu/java/net/DefaultContentHandlerFactory.java, * gnu/java/net/DefaultProxySelector.java, * gnu/java/net/EmptyX509TrustManager.java, * gnu/java/net/GetLocalHostAction.java, * gnu/java/net/HeaderFieldHelper.java, * gnu/java/net/IndexListParser.java, * gnu/java/net/LineInputStream.java, * gnu/java/net/PlainDatagramSocketImpl.java, * gnu/java/net/PlainSocketImpl.java, * gnu/java/net/loader/FileResource.java, * gnu/java/net/loader/FileURLLoader.java, * gnu/java/net/loader/JarURLLoader.java, * gnu/java/net/loader/JarURLResource.java, * gnu/java/net/loader/RemoteResource.java, * gnu/java/net/loader/RemoteURLLoader.java, * gnu/java/net/loader/Resource.java, * gnu/java/net/loader/URLLoader.java, * gnu/java/net/protocol/file/Connection.java, * gnu/java/net/protocol/file/Handler.java, * gnu/java/net/protocol/ftp/ActiveModeDTP.java, * gnu/java/net/protocol/ftp/BlockInputStream.java, * gnu/java/net/protocol/ftp/BlockOutputStream.java, * gnu/java/net/protocol/ftp/CompressedInputStream.java, * gnu/java/net/protocol/ftp/CompressedOutputStream.java, * gnu/java/net/protocol/ftp/DTP.java, * gnu/java/net/protocol/ftp/DTPInputStream.java, * gnu/java/net/protocol/ftp/DTPOutputStream.java, * gnu/java/net/protocol/ftp/FTPConnection.java, * gnu/java/net/protocol/ftp/FTPException.java, * gnu/java/net/protocol/ftp/FTPResponse.java, * gnu/java/net/protocol/ftp/FTPURLConnection.java, * gnu/java/net/protocol/ftp/Handler.java, * gnu/java/net/protocol/ftp/PassiveModeDTP.java, * gnu/java/net/protocol/ftp/StreamInputStream.java, * gnu/java/net/protocol/ftp/StreamOutputStream.java, * gnu/java/net/protocol/http/Authenticator.java, * gnu/java/net/protocol/http/ByteArrayRequestBodyWriter.java, * gnu/java/net/protocol/http/ChunkedInputStream.java, * gnu/java/net/protocol/http/Cookie.java, * gnu/java/net/protocol/http/CookieManager.java, * gnu/java/net/protocol/http/Credentials.java, * gnu/java/net/protocol/http/HTTPConnection.java, * gnu/java/net/protocol/http/HTTPDateFormat.java, * gnu/java/net/protocol/http/HTTPURLConnection.java, * gnu/java/net/protocol/http/Handler.java, * gnu/java/net/protocol/http/Headers.java, * gnu/java/net/protocol/http/Request.java, * gnu/java/net/protocol/http/RequestBodyWriter.java, * gnu/java/net/protocol/http/Response.java, * gnu/java/net/protocol/http/ResponseHeaderHandler.java, * gnu/java/net/protocol/http/SimpleCookieManager.java, * gnu/java/net/protocol/https/Handler.java, * gnu/java/net/protocol/jar/Connection.java, * gnu/java/net/protocol/jar/Handler.java, * gnu/java/nio/ChannelInputStream.java, * gnu/java/nio/ChannelOutputStream.java, * gnu/java/nio/ChannelReader.java, * gnu/java/nio/ChannelWriter.java, * gnu/java/nio/DatagramChannelImpl.java, * gnu/java/nio/DatagramChannelSelectionKey.java, * gnu/java/nio/EpollSelectionKeyImpl.java, * gnu/java/nio/EpollSelectorImpl.java, * gnu/java/nio/FileChannelImpl.java, * gnu/java/nio/FileLockImpl.java, * gnu/java/nio/InputStreamChannel.java, * gnu/java/nio/KqueueSelectionKeyImpl.java, * gnu/java/nio/KqueueSelectorImpl.java, * gnu/java/nio/NIODatagramSocket.java, * gnu/java/nio/NIOServerSocket.java, * gnu/java/nio/NIOSocket.java, * gnu/java/nio/NIOSocketImpl.java, * gnu/java/nio/OutputStreamChannel.java, * gnu/java/nio/PipeImpl.java, * gnu/java/nio/SelectionKeyImpl.java, * gnu/java/nio/SelectorImpl.java, * gnu/java/nio/SelectorProviderImpl.java, * gnu/java/nio/ServerSocketChannelImpl.java, * gnu/java/nio/ServerSocketChannelSelectionKey.java, * gnu/java/nio/SocketChannelImpl.java, * gnu/java/nio/SocketChannelSelectionKey.java, * gnu/java/nio/SocketChannelSelectionKeyImpl.java, * gnu/java/nio/VMChannelOwner.java, * gnu/java/nio/charset/ByteCharset.java, * gnu/java/nio/charset/ByteDecodeLoopHelper.java, * gnu/java/nio/charset/ByteEncodeLoopHelper.java, * gnu/java/nio/charset/Cp424.java, * gnu/java/nio/charset/Cp437.java, * gnu/java/nio/charset/Cp737.java, * gnu/java/nio/charset/Cp775.java, * gnu/java/nio/charset/Cp850.java, * gnu/java/nio/charset/Cp852.java, * gnu/java/nio/charset/Cp855.java, * gnu/java/nio/charset/Cp857.java, * gnu/java/nio/charset/Cp860.java, * gnu/java/nio/charset/Cp861.java, * gnu/java/nio/charset/Cp862.java, * gnu/java/nio/charset/Cp863.java, * gnu/java/nio/charset/Cp864.java, * gnu/java/nio/charset/Cp865.java, * gnu/java/nio/charset/Cp866.java, * gnu/java/nio/charset/Cp869.java, * gnu/java/nio/charset/Cp874.java, * gnu/java/nio/charset/EncodingHelper.java, * gnu/java/nio/charset/ISO_8859_1.java, * gnu/java/nio/charset/ISO_8859_13.java, * gnu/java/nio/charset/ISO_8859_15.java, * gnu/java/nio/charset/ISO_8859_2.java, * gnu/java/nio/charset/ISO_8859_3.java, * gnu/java/nio/charset/ISO_8859_4.java, * gnu/java/nio/charset/ISO_8859_5.java, * gnu/java/nio/charset/ISO_8859_6.java, * gnu/java/nio/charset/ISO_8859_7.java, * gnu/java/nio/charset/ISO_8859_8.java, * gnu/java/nio/charset/ISO_8859_9.java, * gnu/java/nio/charset/KOI_8.java, * gnu/java/nio/charset/MS874.java, * gnu/java/nio/charset/MacCentralEurope.java, * gnu/java/nio/charset/MacCroatian.java, * gnu/java/nio/charset/MacCyrillic.java, * gnu/java/nio/charset/MacDingbat.java, * gnu/java/nio/charset/MacGreek.java, * gnu/java/nio/charset/MacIceland.java, * gnu/java/nio/charset/MacRoman.java, * gnu/java/nio/charset/MacRomania.java, * gnu/java/nio/charset/MacSymbol.java, * gnu/java/nio/charset/MacThai.java, * gnu/java/nio/charset/MacTurkish.java, * gnu/java/
Diffstat (limited to 'org')
-rw-r--r--org/omg/CORBA/ARG_IN.java8
-rw-r--r--org/omg/CORBA/ARG_INOUT.java8
-rw-r--r--org/omg/CORBA/ARG_OUT.java8
-rw-r--r--org/omg/CORBA/AnySeqHolder.java2
-rw-r--r--org/omg/CORBA/BAD_CONTEXT.java6
-rw-r--r--org/omg/CORBA/BAD_INV_ORDER.java6
-rwxr-xr-xorg/omg/CORBA/BAD_OPERATION.java12
-rw-r--r--org/omg/CORBA/BAD_PARAM.java4
-rw-r--r--org/omg/CORBA/BAD_POLICY.java8
-rw-r--r--org/omg/CORBA/BAD_POLICY_TYPE.java6
-rw-r--r--org/omg/CORBA/BAD_POLICY_VALUE.java8
-rw-r--r--org/omg/CORBA/BAD_TYPECODE.java4
-rw-r--r--org/omg/CORBA/COMM_FAILURE.java8
-rw-r--r--org/omg/CORBA/CTX_RESTRICT_SCOPE.java4
-rw-r--r--org/omg/CORBA/CompletionStatus.java2
-rw-r--r--org/omg/CORBA/CompletionStatusHelper.java4
-rw-r--r--org/omg/CORBA/Context.java12
-rw-r--r--org/omg/CORBA/Current.java2
-rw-r--r--org/omg/CORBA/CurrentHelper.java2
-rw-r--r--org/omg/CORBA/CurrentHolder.java2
-rw-r--r--org/omg/CORBA/CustomMarshal.java2
-rw-r--r--org/omg/CORBA/CustomValue.java2
-rw-r--r--org/omg/CORBA/DATA_CONVERSION.java12
-rw-r--r--org/omg/CORBA/DataInputStream.java2
-rw-r--r--org/omg/CORBA/DataOutputStream.java2
-rw-r--r--org/omg/CORBA/DefinitionKind.java2
-rw-r--r--org/omg/CORBA/DefinitionKindHelper.java4
-rw-r--r--org/omg/CORBA/DynamicImplementation.java14
-rw-r--r--org/omg/CORBA/FREE_MEM.java6
-rw-r--r--org/omg/CORBA/FieldNameHelper.java2
-rw-r--r--org/omg/CORBA/IDLTypeHelper.java2
-rw-r--r--org/omg/CORBA/IMP_LIMIT.java6
-rw-r--r--org/omg/CORBA/INITIALIZE.java6
-rw-r--r--org/omg/CORBA/INTERNAL.java6
-rw-r--r--org/omg/CORBA/INTF_REPOS.java6
-rw-r--r--org/omg/CORBA/INVALID_TRANSACTION.java6
-rw-r--r--org/omg/CORBA/INV_FLAG.java6
-rw-r--r--org/omg/CORBA/INV_IDENT.java6
-rw-r--r--org/omg/CORBA/INV_OBJREF.java6
-rw-r--r--org/omg/CORBA/INV_POLICY.java10
-rw-r--r--org/omg/CORBA/IRObject.java2
-rw-r--r--org/omg/CORBA/IRObjectOperations.java2
-rw-r--r--org/omg/CORBA/IdentifierHelper.java2
-rw-r--r--org/omg/CORBA/LocalObject.java54
-rw-r--r--org/omg/CORBA/LongSeqHolder.java38
-rw-r--r--org/omg/CORBA/MARSHAL.java16
-rw-r--r--org/omg/CORBA/NO_IMPLEMENT.java4
-rw-r--r--org/omg/CORBA/NO_MEMORY.java6
-rw-r--r--org/omg/CORBA/NO_PERMISSION.java6
-rw-r--r--org/omg/CORBA/NO_RESOURCES.java14
-rw-r--r--org/omg/CORBA/NO_RESPONSE.java4
-rw-r--r--org/omg/CORBA/NVList.java14
-rw-r--r--org/omg/CORBA/OBJECT_NOT_EXIST.java4
-rw-r--r--org/omg/CORBA/OBJ_ADAPTER.java4
-rw-r--r--org/omg/CORBA/OMGVMCID.java6
-rw-r--r--org/omg/CORBA/ORB.java76
-rw-r--r--org/omg/CORBA/ObjectHelper.java2
-rw-r--r--org/omg/CORBA/ObjectHolder.java2
-rw-r--r--org/omg/CORBA/PERSIST_STORE.java4
-rw-r--r--org/omg/CORBA/ParameterMode.java2
-rw-r--r--org/omg/CORBA/ParameterModeHelper.java2
-rw-r--r--org/omg/CORBA/PolicyErrorCodeHelper.java8
-rw-r--r--org/omg/CORBA/PolicyErrorHelper.java6
-rw-r--r--org/omg/CORBA/PolicyErrorHolder.java2
-rw-r--r--org/omg/CORBA/PolicyHelper.java2
-rw-r--r--org/omg/CORBA/PolicyHolder.java2
-rw-r--r--org/omg/CORBA/PolicyListHelper.java2
-rw-r--r--org/omg/CORBA/PolicyListHolder.java2
-rw-r--r--org/omg/CORBA/PolicyOperations.java2
-rw-r--r--org/omg/CORBA/PolicyTypeHelper.java2
-rw-r--r--org/omg/CORBA/RepositoryIdHelper.java2
-rw-r--r--org/omg/CORBA/Request.java10
-rw-r--r--org/omg/CORBA/ServiceDetailHelper.java10
-rw-r--r--org/omg/CORBA/ServiceInformationHelper.java10
-rw-r--r--org/omg/CORBA/SetOverrideTypeHelper.java4
-rw-r--r--org/omg/CORBA/StringValueHelper.java2
-rw-r--r--org/omg/CORBA/StructMember.java6
-rw-r--r--org/omg/CORBA/StructMemberHelper.java2
-rw-r--r--org/omg/CORBA/SystemException.java10
-rw-r--r--org/omg/CORBA/TCKind.java6
-rw-r--r--org/omg/CORBA/TRANSACTION_REQUIRED.java6
-rw-r--r--org/omg/CORBA/TRANSACTION_ROLLEDBACK.java2
-rw-r--r--org/omg/CORBA/TRANSIENT.java2
-rw-r--r--org/omg/CORBA/TypeCode.java2
-rw-r--r--org/omg/CORBA/TypeCodePackage/BadKind.java6
-rw-r--r--org/omg/CORBA/TypeCodePackage/Bounds.java8
-rw-r--r--org/omg/CORBA/UNSUPPORTED_POLICY.java10
-rw-r--r--org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java12
-rw-r--r--org/omg/CORBA/UnionMemberHelper.java4
-rw-r--r--org/omg/CORBA/UnknownUserException.java2
-rw-r--r--org/omg/CORBA/UnknownUserExceptionHolder.java2
-rw-r--r--org/omg/CORBA/ValueBaseHelper.java2
-rw-r--r--org/omg/CORBA/ValueBaseHolder.java2
-rw-r--r--org/omg/CORBA/ValueMemberHelper.java6
-rw-r--r--org/omg/CORBA/VersionSpecHelper.java2
-rw-r--r--org/omg/CORBA/VisibilityHelper.java2
-rw-r--r--org/omg/CORBA/WStringValueHelper.java4
-rw-r--r--org/omg/CORBA/WrongTransactionHelper.java2
-rw-r--r--org/omg/CORBA/WrongTransactionHolder.java2
-rw-r--r--org/omg/CORBA/_IDLTypeStub.java2
-rw-r--r--org/omg/CORBA/_PolicyStub.java2
-rw-r--r--org/omg/CORBA/portable/CustomValue.java2
-rw-r--r--org/omg/CORBA/portable/Delegate.java2
-rw-r--r--org/omg/CORBA/portable/ObjectImpl.java2
-rw-r--r--org/omg/CORBA/portable/StreamableValue.java2
-rw-r--r--org/omg/CORBA/portable/ValueBase.java2
-rw-r--r--org/omg/CORBA_2_3/ORB.java2
-rw-r--r--org/omg/CORBA_2_3/portable/Delegate.java2
-rw-r--r--org/omg/CORBA_2_3/portable/InputStream.java4
-rw-r--r--org/omg/CORBA_2_3/portable/ObjectImpl.java2
-rw-r--r--org/omg/CORBA_2_3/portable/OutputStream.java18
-rw-r--r--org/omg/CosNaming/BindingHelper.java2
-rw-r--r--org/omg/CosNaming/BindingIterator.java2
-rw-r--r--org/omg/CosNaming/BindingIteratorHelper.java12
-rw-r--r--org/omg/CosNaming/BindingIteratorOperations.java2
-rw-r--r--org/omg/CosNaming/BindingIteratorPOA.java6
-rw-r--r--org/omg/CosNaming/BindingType.java2
-rw-r--r--org/omg/CosNaming/BindingTypeHelper.java2
-rw-r--r--org/omg/CosNaming/IstringHelper.java2
-rw-r--r--org/omg/CosNaming/NameComponentHelper.java4
-rw-r--r--org/omg/CosNaming/NameHelper.java2
-rw-r--r--org/omg/CosNaming/NamingContext.java2
-rw-r--r--org/omg/CosNaming/NamingContextExtHelper.java14
-rw-r--r--org/omg/CosNaming/NamingContextExtPOA.java2
-rw-r--r--org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java2
-rw-r--r--org/omg/CosNaming/NamingContextHelper.java12
-rw-r--r--org/omg/CosNaming/NamingContextPOA.java4
-rw-r--r--org/omg/CosNaming/NamingContextPackage/AlreadyBound.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/CannotProceed.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/InvalidName.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/NotFound.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/NotFoundReason.java2
-rw-r--r--org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java4
-rw-r--r--org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java2
-rw-r--r--org/omg/CosNaming/_BindingIteratorImplBase.java4
-rw-r--r--org/omg/CosNaming/_BindingIteratorStub.java2
-rw-r--r--org/omg/CosNaming/_NamingContextExtStub.java2
-rw-r--r--org/omg/CosNaming/_NamingContextStub.java2
-rw-r--r--org/omg/Dynamic/Parameter.java2
-rw-r--r--org/omg/DynamicAny/AnySeqHelper.java2
-rw-r--r--org/omg/DynamicAny/DynAny.java2
-rw-r--r--org/omg/DynamicAny/DynAnyFactoryHelper.java42
-rw-r--r--org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java2
-rw-r--r--org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java6
-rw-r--r--org/omg/DynamicAny/DynAnyHelper.java40
-rw-r--r--org/omg/DynamicAny/DynAnyPackage/InvalidValue.java2
-rw-r--r--org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java4
-rw-r--r--org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java2
-rw-r--r--org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java4
-rw-r--r--org/omg/DynamicAny/DynAnySeqHelper.java4
-rw-r--r--org/omg/DynamicAny/DynArrayHelper.java42
-rw-r--r--org/omg/DynamicAny/DynEnumHelper.java40
-rw-r--r--org/omg/DynamicAny/DynFixedHelper.java40
-rw-r--r--org/omg/DynamicAny/DynSequenceHelper.java40
-rw-r--r--org/omg/DynamicAny/DynStructHelper.java40
-rw-r--r--org/omg/DynamicAny/DynUnionHelper.java40
-rw-r--r--org/omg/DynamicAny/DynValueBox.java2
-rw-r--r--org/omg/DynamicAny/DynValueCommonOperations.java4
-rw-r--r--org/omg/DynamicAny/DynValueHelper.java40
-rw-r--r--org/omg/DynamicAny/FieldNameHelper.java2
-rw-r--r--org/omg/DynamicAny/NameDynAnyPairHelper.java10
-rw-r--r--org/omg/DynamicAny/NameDynAnyPairSeqHelper.java4
-rw-r--r--org/omg/DynamicAny/NameValuePair.java2
-rw-r--r--org/omg/DynamicAny/NameValuePairHelper.java10
-rw-r--r--org/omg/DynamicAny/NameValuePairSeqHelper.java4
-rw-r--r--org/omg/DynamicAny/_DynAnyFactoryStub.java2
-rw-r--r--org/omg/DynamicAny/_DynAnyStub.java2
-rw-r--r--org/omg/DynamicAny/_DynArrayStub.java4
-rw-r--r--org/omg/DynamicAny/_DynEnumStub.java4
-rw-r--r--org/omg/DynamicAny/_DynFixedStub.java2
-rw-r--r--org/omg/DynamicAny/_DynSequenceStub.java4
-rw-r--r--org/omg/DynamicAny/_DynStructStub.java4
-rw-r--r--org/omg/DynamicAny/_DynUnionStub.java4
-rw-r--r--org/omg/DynamicAny/_DynValueStub.java4
-rw-r--r--org/omg/IOP/Codec.java2
-rw-r--r--org/omg/IOP/CodecFactory.java2
-rw-r--r--org/omg/IOP/CodecFactoryHelper.java14
-rw-r--r--org/omg/IOP/CodecFactoryOperations.java2
-rw-r--r--org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java2
-rw-r--r--org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java22
-rw-r--r--org/omg/IOP/CodecOperations.java2
-rw-r--r--org/omg/IOP/CodecPackage/FormatMismatch.java2
-rw-r--r--org/omg/IOP/CodecPackage/FormatMismatchHelper.java4
-rw-r--r--org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java2
-rw-r--r--org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java6
-rw-r--r--org/omg/IOP/CodecPackage/TypeMismatch.java2
-rw-r--r--org/omg/IOP/CodecPackage/TypeMismatchHelper.java4
-rw-r--r--org/omg/IOP/ComponentIdHelper.java2
-rw-r--r--org/omg/IOP/Encoding.java2
-rw-r--r--org/omg/IOP/IOR.java4
-rw-r--r--org/omg/IOP/IORHelper.java6
-rw-r--r--org/omg/IOP/IORHolder.java2
-rw-r--r--org/omg/IOP/MultipleComponentProfileHelper.java6
-rw-r--r--org/omg/IOP/MultipleComponentProfileHolder.java14
-rw-r--r--org/omg/IOP/ProfileIdHelper.java2
-rw-r--r--org/omg/IOP/ServiceContext.java2
-rw-r--r--org/omg/IOP/ServiceContextHelper.java6
-rw-r--r--org/omg/IOP/ServiceContextHolder.java2
-rw-r--r--org/omg/IOP/ServiceContextListHelper.java4
-rw-r--r--org/omg/IOP/ServiceContextListHolder.java2
-rw-r--r--org/omg/IOP/ServiceIdHelper.java2
-rw-r--r--org/omg/IOP/TaggedComponent.java2
-rw-r--r--org/omg/IOP/TaggedComponentHelper.java10
-rw-r--r--org/omg/IOP/TaggedComponentHolder.java12
-rw-r--r--org/omg/IOP/TaggedProfile.java2
-rw-r--r--org/omg/IOP/TaggedProfileHelper.java6
-rw-r--r--org/omg/IOP/TaggedProfileHolder.java2
-rw-r--r--org/omg/IOP/TransactionService.java2
-rw-r--r--org/omg/Messaging/SYNC_WITH_TRANSPORT.java2
-rw-r--r--org/omg/Messaging/SyncScopeHelper.java2
-rw-r--r--org/omg/PortableInterceptor/AdapterManagerIdHelper.java2
-rw-r--r--org/omg/PortableInterceptor/AdapterNameHelper.java14
-rw-r--r--org/omg/PortableInterceptor/AdapterStateHelper.java2
-rw-r--r--org/omg/PortableInterceptor/ClientRequestInfo.java2
-rw-r--r--org/omg/PortableInterceptor/ClientRequestInfoOperations.java2
-rw-r--r--org/omg/PortableInterceptor/ClientRequestInterceptor.java2
-rw-r--r--org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java2
-rw-r--r--org/omg/PortableInterceptor/Current.java2
-rw-r--r--org/omg/PortableInterceptor/CurrentHelper.java14
-rw-r--r--org/omg/PortableInterceptor/CurrentOperations.java2
-rw-r--r--org/omg/PortableInterceptor/ForwardRequest.java2
-rw-r--r--org/omg/PortableInterceptor/ForwardRequestHelper.java6
-rw-r--r--org/omg/PortableInterceptor/IORInfo.java2
-rw-r--r--org/omg/PortableInterceptor/IORInfoOperations.java38
-rw-r--r--org/omg/PortableInterceptor/IORInterceptor.java2
-rw-r--r--org/omg/PortableInterceptor/IORInterceptorOperations.java4
-rw-r--r--org/omg/PortableInterceptor/IORInterceptor_3_0.java10
-rw-r--r--org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java34
-rw-r--r--org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java12
-rw-r--r--org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java18
-rw-r--r--org/omg/PortableInterceptor/Interceptor.java2
-rw-r--r--org/omg/PortableInterceptor/InterceptorOperations.java2
-rw-r--r--org/omg/PortableInterceptor/InvalidSlot.java2
-rw-r--r--org/omg/PortableInterceptor/InvalidSlotHelper.java4
-rw-r--r--org/omg/PortableInterceptor/LOCATION_FORWARD.java2
-rw-r--r--org/omg/PortableInterceptor/ORBIdHelper.java4
-rw-r--r--org/omg/PortableInterceptor/ORBInitInfo.java2
-rw-r--r--org/omg/PortableInterceptor/ORBInitInfoOperations.java6
-rw-r--r--org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java2
-rw-r--r--org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java4
-rw-r--r--org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java2
-rw-r--r--org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java6
-rw-r--r--org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java2
-rw-r--r--org/omg/PortableInterceptor/ORBInitializer.java2
-rw-r--r--org/omg/PortableInterceptor/ORBInitializerOperations.java2
-rw-r--r--org/omg/PortableInterceptor/ObjectIdHelper.java8
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceFactory.java12
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java4
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java2
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceTemplate.java2
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java4
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java12
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java22
-rw-r--r--org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java8
-rw-r--r--org/omg/PortableInterceptor/PolicyFactory.java2
-rw-r--r--org/omg/PortableInterceptor/PolicyFactoryOperations.java2
-rw-r--r--org/omg/PortableInterceptor/RequestInfo.java2
-rw-r--r--org/omg/PortableInterceptor/RequestInfoOperations.java2
-rw-r--r--org/omg/PortableInterceptor/SUCCESSFUL.java2
-rw-r--r--org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java2
-rw-r--r--org/omg/PortableInterceptor/ServerIdHelper.java4
-rw-r--r--org/omg/PortableInterceptor/ServerRequestInfo.java2
-rw-r--r--org/omg/PortableInterceptor/ServerRequestInfoOperations.java8
-rw-r--r--org/omg/PortableInterceptor/ServerRequestInterceptor.java2
-rw-r--r--org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java4
-rw-r--r--org/omg/PortableInterceptor/TRANSPORT_RETRY.java2
-rw-r--r--org/omg/PortableInterceptor/USER_EXCEPTION.java2
-rw-r--r--org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java14
-rw-r--r--org/omg/PortableServer/AdapterActivator.java2
-rw-r--r--org/omg/PortableServer/AdapterActivatorOperations.java2
-rw-r--r--org/omg/PortableServer/Current.java2
-rw-r--r--org/omg/PortableServer/CurrentHelper.java2
-rw-r--r--org/omg/PortableServer/CurrentOperations.java2
-rw-r--r--org/omg/PortableServer/CurrentPackage/NoContext.java2
-rw-r--r--org/omg/PortableServer/CurrentPackage/NoContextHelper.java4
-rw-r--r--org/omg/PortableServer/DynamicImplementation.java2
-rw-r--r--org/omg/PortableServer/ForwardRequest.java2
-rw-r--r--org/omg/PortableServer/ForwardRequestHelper.java2
-rw-r--r--org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java2
-rw-r--r--org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java2
-rw-r--r--org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java2
-rw-r--r--org/omg/PortableServer/IdAssignmentPolicy.java2
-rw-r--r--org/omg/PortableServer/IdAssignmentPolicyOperations.java2
-rw-r--r--org/omg/PortableServer/IdAssignmentPolicyValue.java2
-rw-r--r--org/omg/PortableServer/IdUniquenessPolicy.java2
-rw-r--r--org/omg/PortableServer/IdUniquenessPolicyOperations.java2
-rw-r--r--org/omg/PortableServer/IdUniquenessPolicyValue.java2
-rw-r--r--org/omg/PortableServer/ImplicitActivationPolicy.java2
-rw-r--r--org/omg/PortableServer/ImplicitActivationPolicyOperations.java2
-rw-r--r--org/omg/PortableServer/ImplicitActivationPolicyValue.java2
-rw-r--r--org/omg/PortableServer/LifespanPolicy.java2
-rw-r--r--org/omg/PortableServer/LifespanPolicyOperations.java2
-rw-r--r--org/omg/PortableServer/LifespanPolicyValue.java2
-rw-r--r--org/omg/PortableServer/POA.java2
-rw-r--r--org/omg/PortableServer/POAHelper.java2
-rw-r--r--org/omg/PortableServer/POAManager.java2
-rw-r--r--org/omg/PortableServer/POAManagerOperations.java2
-rw-r--r--org/omg/PortableServer/POAManagerPackage/AdapterInactive.java2
-rw-r--r--org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java4
-rw-r--r--org/omg/PortableServer/POAManagerPackage/State.java6
-rw-r--r--org/omg/PortableServer/POAOperations.java2
-rw-r--r--org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java2
-rw-r--r--org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java2
-rw-r--r--org/omg/PortableServer/POAPackage/AdapterNonExistent.java2
-rw-r--r--org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java4
-rw-r--r--org/omg/PortableServer/POAPackage/InvalidPolicy.java2
-rw-r--r--org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java2
-rw-r--r--org/omg/PortableServer/POAPackage/NoServant.java2
-rw-r--r--org/omg/PortableServer/POAPackage/NoServantHelper.java4
-rw-r--r--org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java2
-rw-r--r--org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java4
-rw-r--r--org/omg/PortableServer/POAPackage/ObjectNotActive.java2
-rw-r--r--org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java4
-rw-r--r--org/omg/PortableServer/POAPackage/ServantAlreadyActive.java2
-rw-r--r--org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java4
-rw-r--r--org/omg/PortableServer/POAPackage/ServantNotActive.java2
-rw-r--r--org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java4
-rw-r--r--org/omg/PortableServer/POAPackage/WrongAdapter.java2
-rw-r--r--org/omg/PortableServer/POAPackage/WrongAdapterHelper.java4
-rw-r--r--org/omg/PortableServer/POAPackage/WrongPolicy.java2
-rw-r--r--org/omg/PortableServer/POAPackage/WrongPolicyHelper.java4
-rw-r--r--org/omg/PortableServer/RequestProcessingPolicy.java2
-rw-r--r--org/omg/PortableServer/RequestProcessingPolicyOperations.java2
-rw-r--r--org/omg/PortableServer/RequestProcessingPolicyValue.java2
-rw-r--r--org/omg/PortableServer/Servant.java4
-rw-r--r--org/omg/PortableServer/ServantActivator.java2
-rw-r--r--org/omg/PortableServer/ServantActivatorHelper.java16
-rw-r--r--org/omg/PortableServer/ServantActivatorOperations.java2
-rw-r--r--org/omg/PortableServer/ServantActivatorPOA.java4
-rw-r--r--org/omg/PortableServer/ServantLocator.java2
-rw-r--r--org/omg/PortableServer/ServantLocatorHelper.java12
-rw-r--r--org/omg/PortableServer/ServantLocatorOperations.java2
-rw-r--r--org/omg/PortableServer/ServantLocatorPOA.java4
-rw-r--r--org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java2
-rw-r--r--org/omg/PortableServer/ServantManager.java2
-rw-r--r--org/omg/PortableServer/ServantManagerOperations.java2
-rw-r--r--org/omg/PortableServer/ServantRetentionPolicy.java2
-rw-r--r--org/omg/PortableServer/ServantRetentionPolicyOperations.java2
-rw-r--r--org/omg/PortableServer/ServantRetentionPolicyValue.java2
-rw-r--r--org/omg/PortableServer/ThreadPolicy.java2
-rw-r--r--org/omg/PortableServer/ThreadPolicyOperations.java2
-rw-r--r--org/omg/PortableServer/ThreadPolicyValue.java2
-rw-r--r--org/omg/PortableServer/_ServantActivatorStub.java2
-rw-r--r--org/omg/PortableServer/_ServantLocatorStub.java2
-rw-r--r--org/omg/PortableServer/portable/Delegate.java2
-rw-r--r--org/omg/SendingContext/RunTime.java2
-rw-r--r--org/omg/SendingContext/RunTimeOperations.java2
351 files changed, 990 insertions, 990 deletions
diff --git a/org/omg/CORBA/ARG_IN.java b/org/omg/CORBA/ARG_IN.java
index 582a3cf4c..1c652166a 100644
--- a/org/omg/CORBA/ARG_IN.java
+++ b/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/org/omg/CORBA/ARG_INOUT.java b/org/omg/CORBA/ARG_INOUT.java
index bcdc17a69..247c61826 100644
--- a/org/omg/CORBA/ARG_INOUT.java
+++ b/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/org/omg/CORBA/ARG_OUT.java b/org/omg/CORBA/ARG_OUT.java
index 1ccf243c2..4f8748829 100644
--- a/org/omg/CORBA/ARG_OUT.java
+++ b/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/org/omg/CORBA/AnySeqHolder.java b/org/omg/CORBA/AnySeqHolder.java
index 0d21ed3bb..294966446 100644
--- a/org/omg/CORBA/AnySeqHolder.java
+++ b/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/org/omg/CORBA/BAD_CONTEXT.java b/org/omg/CORBA/BAD_CONTEXT.java
index 398da9e59..b4dae0e8a 100644
--- a/org/omg/CORBA/BAD_CONTEXT.java
+++ b/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/org/omg/CORBA/BAD_INV_ORDER.java b/org/omg/CORBA/BAD_INV_ORDER.java
index 9390600b7..ca907094b 100644
--- a/org/omg/CORBA/BAD_INV_ORDER.java
+++ b/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/org/omg/CORBA/BAD_OPERATION.java b/org/omg/CORBA/BAD_OPERATION.java
index b84890724..dfa870fe6 100755
--- a/org/omg/CORBA/BAD_OPERATION.java
+++ b/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/org/omg/CORBA/BAD_PARAM.java b/org/omg/CORBA/BAD_PARAM.java
index 2102193e5..b3e46db77 100644
--- a/org/omg/CORBA/BAD_PARAM.java
+++ b/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/org/omg/CORBA/BAD_POLICY.java b/org/omg/CORBA/BAD_POLICY.java
index 98998587c..43724bf4a 100644
--- a/org/omg/CORBA/BAD_POLICY.java
+++ b/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/org/omg/CORBA/BAD_POLICY_TYPE.java b/org/omg/CORBA/BAD_POLICY_TYPE.java
index fa3f01ee1..c90832d72 100644
--- a/org/omg/CORBA/BAD_POLICY_TYPE.java
+++ b/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/org/omg/CORBA/BAD_POLICY_VALUE.java b/org/omg/CORBA/BAD_POLICY_VALUE.java
index b0153a8a7..a92c9a8b4 100644
--- a/org/omg/CORBA/BAD_POLICY_VALUE.java
+++ b/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/org/omg/CORBA/BAD_TYPECODE.java b/org/omg/CORBA/BAD_TYPECODE.java
index 8aa5eb59c..1336711a8 100644
--- a/org/omg/CORBA/BAD_TYPECODE.java
+++ b/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/org/omg/CORBA/COMM_FAILURE.java b/org/omg/CORBA/COMM_FAILURE.java
index 047d20e6c..eab23eb75 100644
--- a/org/omg/CORBA/COMM_FAILURE.java
+++ b/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/org/omg/CORBA/CTX_RESTRICT_SCOPE.java b/org/omg/CORBA/CTX_RESTRICT_SCOPE.java
index 12b9747fc..de00deffd 100644
--- a/org/omg/CORBA/CTX_RESTRICT_SCOPE.java
+++ b/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/org/omg/CORBA/CompletionStatus.java b/org/omg/CORBA/CompletionStatus.java
index 52f6f078d..e60b937ce 100644
--- a/org/omg/CORBA/CompletionStatus.java
+++ b/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/org/omg/CORBA/CompletionStatusHelper.java b/org/omg/CORBA/CompletionStatusHelper.java
index bf1c37532..280a902e5 100644
--- a/org/omg/CORBA/CompletionStatusHelper.java
+++ b/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/org/omg/CORBA/Context.java b/org/omg/CORBA/Context.java
index 01a7e9944..16a47f84b 100644
--- a/org/omg/CORBA/Context.java
+++ b/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/org/omg/CORBA/Current.java b/org/omg/CORBA/Current.java
index f6f89a16f..fbf5e0c46 100644
--- a/org/omg/CORBA/Current.java
+++ b/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/org/omg/CORBA/CurrentHelper.java b/org/omg/CORBA/CurrentHelper.java
index 36c5f1863..80c5855ef 100644
--- a/org/omg/CORBA/CurrentHelper.java
+++ b/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/org/omg/CORBA/CurrentHolder.java b/org/omg/CORBA/CurrentHolder.java
index c7c1b32d2..fa01a41ea 100644
--- a/org/omg/CORBA/CurrentHolder.java
+++ b/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/org/omg/CORBA/CustomMarshal.java b/org/omg/CORBA/CustomMarshal.java
index d0e47a9fc..5adbf3197 100644
--- a/org/omg/CORBA/CustomMarshal.java
+++ b/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/org/omg/CORBA/CustomValue.java b/org/omg/CORBA/CustomValue.java
index 6814ab3c5..0c080fb84 100644
--- a/org/omg/CORBA/CustomValue.java
+++ b/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/org/omg/CORBA/DATA_CONVERSION.java b/org/omg/CORBA/DATA_CONVERSION.java
index 7ca83f3c2..a7dd4d728 100644
--- a/org/omg/CORBA/DATA_CONVERSION.java
+++ b/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/org/omg/CORBA/DataInputStream.java b/org/omg/CORBA/DataInputStream.java
index bb9fa3df8..70a0b2c47 100644
--- a/org/omg/CORBA/DataInputStream.java
+++ b/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/org/omg/CORBA/DataOutputStream.java b/org/omg/CORBA/DataOutputStream.java
index 20f1afbe2..e1a417fce 100644
--- a/org/omg/CORBA/DataOutputStream.java
+++ b/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/org/omg/CORBA/DefinitionKind.java b/org/omg/CORBA/DefinitionKind.java
index ac185bdac..09100b598 100644
--- a/org/omg/CORBA/DefinitionKind.java
+++ b/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/org/omg/CORBA/DefinitionKindHelper.java b/org/omg/CORBA/DefinitionKindHelper.java
index 05fe99287..2a6c97dc1 100644
--- a/org/omg/CORBA/DefinitionKindHelper.java
+++ b/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/org/omg/CORBA/DynamicImplementation.java b/org/omg/CORBA/DynamicImplementation.java
index 24e6319fe..40c800798 100644
--- a/org/omg/CORBA/DynamicImplementation.java
+++ b/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/org/omg/CORBA/FREE_MEM.java b/org/omg/CORBA/FREE_MEM.java
index ec1aa0829..ac656c0fa 100644
--- a/org/omg/CORBA/FREE_MEM.java
+++ b/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/org/omg/CORBA/FieldNameHelper.java b/org/omg/CORBA/FieldNameHelper.java
index 1f884d728..276105eec 100644
--- a/org/omg/CORBA/FieldNameHelper.java
+++ b/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/org/omg/CORBA/IDLTypeHelper.java b/org/omg/CORBA/IDLTypeHelper.java
index ff874947f..fa8d71dd3 100644
--- a/org/omg/CORBA/IDLTypeHelper.java
+++ b/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/org/omg/CORBA/IMP_LIMIT.java b/org/omg/CORBA/IMP_LIMIT.java
index b36d69e0c..5fda9276d 100644
--- a/org/omg/CORBA/IMP_LIMIT.java
+++ b/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/org/omg/CORBA/INITIALIZE.java b/org/omg/CORBA/INITIALIZE.java
index b42739acc..ac07b3f5c 100644
--- a/org/omg/CORBA/INITIALIZE.java
+++ b/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/org/omg/CORBA/INTERNAL.java b/org/omg/CORBA/INTERNAL.java
index b8be63835..74478e7c6 100644
--- a/org/omg/CORBA/INTERNAL.java
+++ b/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/org/omg/CORBA/INTF_REPOS.java b/org/omg/CORBA/INTF_REPOS.java
index b7b6fe3fd..7c65dc1f2 100644
--- a/org/omg/CORBA/INTF_REPOS.java
+++ b/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/org/omg/CORBA/INVALID_TRANSACTION.java b/org/omg/CORBA/INVALID_TRANSACTION.java
index 08082d1f5..ed39311cf 100644
--- a/org/omg/CORBA/INVALID_TRANSACTION.java
+++ b/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/org/omg/CORBA/INV_FLAG.java b/org/omg/CORBA/INV_FLAG.java
index 92b1cd12f..6f6f6333e 100644
--- a/org/omg/CORBA/INV_FLAG.java
+++ b/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/org/omg/CORBA/INV_IDENT.java b/org/omg/CORBA/INV_IDENT.java
index 89a59448d..ae1de4fe8 100644
--- a/org/omg/CORBA/INV_IDENT.java
+++ b/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/org/omg/CORBA/INV_OBJREF.java b/org/omg/CORBA/INV_OBJREF.java
index 8b6368b77..ef12b3cdc 100644
--- a/org/omg/CORBA/INV_OBJREF.java
+++ b/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/org/omg/CORBA/INV_POLICY.java b/org/omg/CORBA/INV_POLICY.java
index 5b74e500a..45ef7ab07 100644
--- a/org/omg/CORBA/INV_POLICY.java
+++ b/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/org/omg/CORBA/IRObject.java b/org/omg/CORBA/IRObject.java
index 8c9cde19d..b0750089c 100644
--- a/org/omg/CORBA/IRObject.java
+++ b/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/org/omg/CORBA/IRObjectOperations.java b/org/omg/CORBA/IRObjectOperations.java
index c7c89ae55..40e936947 100644
--- a/org/omg/CORBA/IRObjectOperations.java
+++ b/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/org/omg/CORBA/IdentifierHelper.java b/org/omg/CORBA/IdentifierHelper.java
index deff90969..644a3eb4e 100644
--- a/org/omg/CORBA/IdentifierHelper.java
+++ b/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/org/omg/CORBA/LocalObject.java b/org/omg/CORBA/LocalObject.java
index c4f095f21..60436ee35 100644
--- a/org/omg/CORBA/LocalObject.java
+++ b/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/org/omg/CORBA/LongSeqHolder.java b/org/omg/CORBA/LongSeqHolder.java
index 79e94382d..8ecf96cc6 100644
--- a/org/omg/CORBA/LongSeqHolder.java
+++ b/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/org/omg/CORBA/MARSHAL.java b/org/omg/CORBA/MARSHAL.java
index b031acfd3..d5d86db4e 100644
--- a/org/omg/CORBA/MARSHAL.java
+++ b/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/org/omg/CORBA/NO_IMPLEMENT.java b/org/omg/CORBA/NO_IMPLEMENT.java
index 1041f2007..97caa1af0 100644
--- a/org/omg/CORBA/NO_IMPLEMENT.java
+++ b/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/org/omg/CORBA/NO_MEMORY.java b/org/omg/CORBA/NO_MEMORY.java
index 276cb54f5..04bf3ff61 100644
--- a/org/omg/CORBA/NO_MEMORY.java
+++ b/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/org/omg/CORBA/NO_PERMISSION.java b/org/omg/CORBA/NO_PERMISSION.java
index 8e781842d..cdce9c820 100644
--- a/org/omg/CORBA/NO_PERMISSION.java
+++ b/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/org/omg/CORBA/NO_RESOURCES.java b/org/omg/CORBA/NO_RESOURCES.java
index 14981b3aa..a58279fbd 100644
--- a/org/omg/CORBA/NO_RESOURCES.java
+++ b/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/org/omg/CORBA/NO_RESPONSE.java b/org/omg/CORBA/NO_RESPONSE.java
index afed98852..140a39c9a 100644
--- a/org/omg/CORBA/NO_RESPONSE.java
+++ b/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/org/omg/CORBA/NVList.java b/org/omg/CORBA/NVList.java
index af1241ada..f446d6007 100644
--- a/org/omg/CORBA/NVList.java
+++ b/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/org/omg/CORBA/OBJECT_NOT_EXIST.java b/org/omg/CORBA/OBJECT_NOT_EXIST.java
index 549ac64d1..97ca3197e 100644
--- a/org/omg/CORBA/OBJECT_NOT_EXIST.java
+++ b/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/org/omg/CORBA/OBJ_ADAPTER.java b/org/omg/CORBA/OBJ_ADAPTER.java
index f1b25a4c4..8ec07fd4d 100644
--- a/org/omg/CORBA/OBJ_ADAPTER.java
+++ b/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/org/omg/CORBA/OMGVMCID.java b/org/omg/CORBA/OMGVMCID.java
index 2b2bd4bc3..127706bf0 100644
--- a/org/omg/CORBA/OMGVMCID.java
+++ b/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/org/omg/CORBA/ORB.java b/org/omg/CORBA/ORB.java
index 71e63d456..d40007d2c 100644
--- a/org/omg/CORBA/ORB.java
+++ b/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/org/omg/CORBA/ObjectHelper.java b/org/omg/CORBA/ObjectHelper.java
index dbf433080..fd1211ade 100644
--- a/org/omg/CORBA/ObjectHelper.java
+++ b/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/org/omg/CORBA/ObjectHolder.java b/org/omg/CORBA/ObjectHolder.java
index 235f1e66f..65eaeae9a 100644
--- a/org/omg/CORBA/ObjectHolder.java
+++ b/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/org/omg/CORBA/PERSIST_STORE.java b/org/omg/CORBA/PERSIST_STORE.java
index 1fdddf1d0..99acf543b 100644
--- a/org/omg/CORBA/PERSIST_STORE.java
+++ b/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/org/omg/CORBA/ParameterMode.java b/org/omg/CORBA/ParameterMode.java
index 931a2e927..cdda82547 100644
--- a/org/omg/CORBA/ParameterMode.java
+++ b/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/org/omg/CORBA/ParameterModeHelper.java b/org/omg/CORBA/ParameterModeHelper.java
index c96ce94ac..c0948d4b7 100644
--- a/org/omg/CORBA/ParameterModeHelper.java
+++ b/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/org/omg/CORBA/PolicyErrorCodeHelper.java b/org/omg/CORBA/PolicyErrorCodeHelper.java
index ecb9821dc..75709e801 100644
--- a/org/omg/CORBA/PolicyErrorCodeHelper.java
+++ b/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/org/omg/CORBA/PolicyErrorHelper.java b/org/omg/CORBA/PolicyErrorHelper.java
index e665197b1..4d949fae4 100644
--- a/org/omg/CORBA/PolicyErrorHelper.java
+++ b/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/org/omg/CORBA/PolicyErrorHolder.java b/org/omg/CORBA/PolicyErrorHolder.java
index cc3cf6868..c3e8e8237 100644
--- a/org/omg/CORBA/PolicyErrorHolder.java
+++ b/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/org/omg/CORBA/PolicyHelper.java b/org/omg/CORBA/PolicyHelper.java
index 4f88cd783..eb4332f64 100644
--- a/org/omg/CORBA/PolicyHelper.java
+++ b/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/org/omg/CORBA/PolicyHolder.java b/org/omg/CORBA/PolicyHolder.java
index 7dafbca6f..cc2cfcfe2 100644
--- a/org/omg/CORBA/PolicyHolder.java
+++ b/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/org/omg/CORBA/PolicyListHelper.java b/org/omg/CORBA/PolicyListHelper.java
index 54f203675..c3ca36369 100644
--- a/org/omg/CORBA/PolicyListHelper.java
+++ b/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/org/omg/CORBA/PolicyListHolder.java b/org/omg/CORBA/PolicyListHolder.java
index 1b1d9da72..fd3815afa 100644
--- a/org/omg/CORBA/PolicyListHolder.java
+++ b/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/org/omg/CORBA/PolicyOperations.java b/org/omg/CORBA/PolicyOperations.java
index 06ca2734d..141eb1cba 100644
--- a/org/omg/CORBA/PolicyOperations.java
+++ b/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/org/omg/CORBA/PolicyTypeHelper.java b/org/omg/CORBA/PolicyTypeHelper.java
index 575fe4aa3..dc92d7707 100644
--- a/org/omg/CORBA/PolicyTypeHelper.java
+++ b/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/org/omg/CORBA/RepositoryIdHelper.java b/org/omg/CORBA/RepositoryIdHelper.java
index 033a96819..843958b22 100644
--- a/org/omg/CORBA/RepositoryIdHelper.java
+++ b/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/org/omg/CORBA/Request.java b/org/omg/CORBA/Request.java
index beec78691..cca242d6c 100644
--- a/org/omg/CORBA/Request.java
+++ b/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/org/omg/CORBA/ServiceDetailHelper.java b/org/omg/CORBA/ServiceDetailHelper.java
index 76fbda610..4c17a99ce 100644
--- a/org/omg/CORBA/ServiceDetailHelper.java
+++ b/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/org/omg/CORBA/ServiceInformationHelper.java b/org/omg/CORBA/ServiceInformationHelper.java
index f77378fd7..1da4358a6 100644
--- a/org/omg/CORBA/ServiceInformationHelper.java
+++ b/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/org/omg/CORBA/SetOverrideTypeHelper.java b/org/omg/CORBA/SetOverrideTypeHelper.java
index fb2c8235a..84c2a016d 100644
--- a/org/omg/CORBA/SetOverrideTypeHelper.java
+++ b/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/org/omg/CORBA/StringValueHelper.java b/org/omg/CORBA/StringValueHelper.java
index 5273f5cfb..197957a08 100644
--- a/org/omg/CORBA/StringValueHelper.java
+++ b/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/org/omg/CORBA/StructMember.java b/org/omg/CORBA/StructMember.java
index 9e05a2260..09245b404 100644
--- a/org/omg/CORBA/StructMember.java
+++ b/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/org/omg/CORBA/StructMemberHelper.java b/org/omg/CORBA/StructMemberHelper.java
index 01445129b..9a310cffe 100644
--- a/org/omg/CORBA/StructMemberHelper.java
+++ b/org/omg/CORBA/StructMemberHelper.java
@@ -177,4 +177,4 @@ public abstract class StructMemberHelper
throw m;
}
}
-} \ No newline at end of file
+}
diff --git a/org/omg/CORBA/SystemException.java b/org/omg/CORBA/SystemException.java
index 127b918d3..6c5c5f968 100644
--- a/org/omg/CORBA/SystemException.java
+++ b/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/org/omg/CORBA/TCKind.java b/org/omg/CORBA/TCKind.java
index 0ad2d5284..62b905367 100644
--- a/org/omg/CORBA/TCKind.java
+++ b/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/org/omg/CORBA/TRANSACTION_REQUIRED.java b/org/omg/CORBA/TRANSACTION_REQUIRED.java
index 3d6c55c52..6cfc6182a 100644
--- a/org/omg/CORBA/TRANSACTION_REQUIRED.java
+++ b/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/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java b/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java
index f7f4aabf2..14edc2cb7 100644
--- a/org/omg/CORBA/TRANSACTION_ROLLEDBACK.java
+++ b/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/org/omg/CORBA/TRANSIENT.java b/org/omg/CORBA/TRANSIENT.java
index 1dad9a1c4..081eabf3a 100644
--- a/org/omg/CORBA/TRANSIENT.java
+++ b/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/org/omg/CORBA/TypeCode.java b/org/omg/CORBA/TypeCode.java
index a1ad3db9e..6a72f5a1d 100644
--- a/org/omg/CORBA/TypeCode.java
+++ b/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/org/omg/CORBA/TypeCodePackage/BadKind.java b/org/omg/CORBA/TypeCodePackage/BadKind.java
index d7f0ce523..2da316e26 100644
--- a/org/omg/CORBA/TypeCodePackage/BadKind.java
+++ b/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/org/omg/CORBA/TypeCodePackage/Bounds.java b/org/omg/CORBA/TypeCodePackage/Bounds.java
index 364447cd9..fda440f16 100644
--- a/org/omg/CORBA/TypeCodePackage/Bounds.java
+++ b/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/org/omg/CORBA/UNSUPPORTED_POLICY.java b/org/omg/CORBA/UNSUPPORTED_POLICY.java
index 007df5c8c..e07f9e08b 100644
--- a/org/omg/CORBA/UNSUPPORTED_POLICY.java
+++ b/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/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java b/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java
index a05dd9d34..6da7238b7 100644
--- a/org/omg/CORBA/UNSUPPORTED_POLICY_VALUE.java
+++ b/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/org/omg/CORBA/UnionMemberHelper.java b/org/omg/CORBA/UnionMemberHelper.java
index ef69329b7..d0622e8a9 100644
--- a/org/omg/CORBA/UnionMemberHelper.java
+++ b/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/org/omg/CORBA/UnknownUserException.java b/org/omg/CORBA/UnknownUserException.java
index 3b33ffd33..170f2d5d2 100644
--- a/org/omg/CORBA/UnknownUserException.java
+++ b/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/org/omg/CORBA/UnknownUserExceptionHolder.java b/org/omg/CORBA/UnknownUserExceptionHolder.java
index 0fa966982..816cdeeba 100644
--- a/org/omg/CORBA/UnknownUserExceptionHolder.java
+++ b/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/org/omg/CORBA/ValueBaseHelper.java b/org/omg/CORBA/ValueBaseHelper.java
index 644666971..4fdb452b3 100644
--- a/org/omg/CORBA/ValueBaseHelper.java
+++ b/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/org/omg/CORBA/ValueBaseHolder.java b/org/omg/CORBA/ValueBaseHolder.java
index 58f48536f..ed9f1af5c 100644
--- a/org/omg/CORBA/ValueBaseHolder.java
+++ b/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/org/omg/CORBA/ValueMemberHelper.java b/org/omg/CORBA/ValueMemberHelper.java
index 3150af2aa..b62f04d3c 100644
--- a/org/omg/CORBA/ValueMemberHelper.java
+++ b/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/org/omg/CORBA/VersionSpecHelper.java b/org/omg/CORBA/VersionSpecHelper.java
index 74bdb7b7a..b6e57f1d7 100644
--- a/org/omg/CORBA/VersionSpecHelper.java
+++ b/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/org/omg/CORBA/VisibilityHelper.java b/org/omg/CORBA/VisibilityHelper.java
index a00f96e14..7fd5d91a7 100644
--- a/org/omg/CORBA/VisibilityHelper.java
+++ b/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/org/omg/CORBA/WStringValueHelper.java b/org/omg/CORBA/WStringValueHelper.java
index 17f23214c..a2b67ffec 100644
--- a/org/omg/CORBA/WStringValueHelper.java
+++ b/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/org/omg/CORBA/WrongTransactionHelper.java b/org/omg/CORBA/WrongTransactionHelper.java
index 96673fd57..2854faaa0 100644
--- a/org/omg/CORBA/WrongTransactionHelper.java
+++ b/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/org/omg/CORBA/WrongTransactionHolder.java b/org/omg/CORBA/WrongTransactionHolder.java
index 1ea3e025f..db47b5dfc 100644
--- a/org/omg/CORBA/WrongTransactionHolder.java
+++ b/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/org/omg/CORBA/_IDLTypeStub.java b/org/omg/CORBA/_IDLTypeStub.java
index de09b89a7..89f95d3c6 100644
--- a/org/omg/CORBA/_IDLTypeStub.java
+++ b/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/org/omg/CORBA/_PolicyStub.java b/org/omg/CORBA/_PolicyStub.java
index f633ccbaf..ebff735dc 100644
--- a/org/omg/CORBA/_PolicyStub.java
+++ b/org/omg/CORBA/_PolicyStub.java
@@ -171,4 +171,4 @@ public class _PolicyStub
_releaseReply(input);
}
}
-} \ No newline at end of file
+}
diff --git a/org/omg/CORBA/portable/CustomValue.java b/org/omg/CORBA/portable/CustomValue.java
index 89701c73a..dc46e8e25 100644
--- a/org/omg/CORBA/portable/CustomValue.java
+++ b/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/org/omg/CORBA/portable/Delegate.java b/org/omg/CORBA/portable/Delegate.java
index 2c716f57e..33812abe2 100644
--- a/org/omg/CORBA/portable/Delegate.java
+++ b/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/org/omg/CORBA/portable/ObjectImpl.java b/org/omg/CORBA/portable/ObjectImpl.java
index c121ac1bd..c7ee707f3 100644
--- a/org/omg/CORBA/portable/ObjectImpl.java
+++ b/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/org/omg/CORBA/portable/StreamableValue.java b/org/omg/CORBA/portable/StreamableValue.java
index 7ab61a6d4..13dbad210 100644
--- a/org/omg/CORBA/portable/StreamableValue.java
+++ b/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/org/omg/CORBA/portable/ValueBase.java b/org/omg/CORBA/portable/ValueBase.java
index b89d5c544..167f532ac 100644
--- a/org/omg/CORBA/portable/ValueBase.java
+++ b/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/org/omg/CORBA_2_3/ORB.java b/org/omg/CORBA_2_3/ORB.java
index 0895b8037..e45f03e2e 100644
--- a/org/omg/CORBA_2_3/ORB.java
+++ b/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/org/omg/CORBA_2_3/portable/Delegate.java b/org/omg/CORBA_2_3/portable/Delegate.java
index d20a88544..a3d8ea933 100644
--- a/org/omg/CORBA_2_3/portable/Delegate.java
+++ b/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/org/omg/CORBA_2_3/portable/InputStream.java b/org/omg/CORBA_2_3/portable/InputStream.java
index a59c33eba..b457abe98 100644
--- a/org/omg/CORBA_2_3/portable/InputStream.java
+++ b/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/org/omg/CORBA_2_3/portable/ObjectImpl.java b/org/omg/CORBA_2_3/portable/ObjectImpl.java
index 49d92df3b..552439189 100644
--- a/org/omg/CORBA_2_3/portable/ObjectImpl.java
+++ b/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/org/omg/CORBA_2_3/portable/OutputStream.java b/org/omg/CORBA_2_3/portable/OutputStream.java
index 818c718d2..e9496ffce 100644
--- a/org/omg/CORBA_2_3/portable/OutputStream.java
+++ b/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/org/omg/CosNaming/BindingHelper.java b/org/omg/CosNaming/BindingHelper.java
index 86b077016..ebd9144c8 100644
--- a/org/omg/CosNaming/BindingHelper.java
+++ b/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/org/omg/CosNaming/BindingIterator.java b/org/omg/CosNaming/BindingIterator.java
index 6627a8f82..ef2aca4ab 100644
--- a/org/omg/CosNaming/BindingIterator.java
+++ b/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/org/omg/CosNaming/BindingIteratorHelper.java b/org/omg/CosNaming/BindingIteratorHelper.java
index 5430905e5..676cffea0 100644
--- a/org/omg/CosNaming/BindingIteratorHelper.java
+++ b/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/org/omg/CosNaming/BindingIteratorOperations.java b/org/omg/CosNaming/BindingIteratorOperations.java
index c775b11ec..b9995c210 100644
--- a/org/omg/CosNaming/BindingIteratorOperations.java
+++ b/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/org/omg/CosNaming/BindingIteratorPOA.java b/org/omg/CosNaming/BindingIteratorPOA.java
index 988c4ee91..9adc884b8 100644
--- a/org/omg/CosNaming/BindingIteratorPOA.java
+++ b/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/org/omg/CosNaming/BindingType.java b/org/omg/CosNaming/BindingType.java
index 480e7bb33..cbcb3cd99 100644
--- a/org/omg/CosNaming/BindingType.java
+++ b/org/omg/CosNaming/BindingType.java
@@ -126,4 +126,4 @@ public class BindingType
{
return type;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/CosNaming/BindingTypeHelper.java b/org/omg/CosNaming/BindingTypeHelper.java
index 542f3e0e9..3bbb683e6 100644
--- a/org/omg/CosNaming/BindingTypeHelper.java
+++ b/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/org/omg/CosNaming/IstringHelper.java b/org/omg/CosNaming/IstringHelper.java
index df680f436..f0cc43bbe 100644
--- a/org/omg/CosNaming/IstringHelper.java
+++ b/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/org/omg/CosNaming/NameComponentHelper.java b/org/omg/CosNaming/NameComponentHelper.java
index 0f7e73b45..c93b451e4 100644
--- a/org/omg/CosNaming/NameComponentHelper.java
+++ b/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/org/omg/CosNaming/NameHelper.java b/org/omg/CosNaming/NameHelper.java
index d1dafb960..aef422de8 100644
--- a/org/omg/CosNaming/NameHelper.java
+++ b/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/org/omg/CosNaming/NamingContext.java b/org/omg/CosNaming/NamingContext.java
index dc4b00200..edd298a19 100644
--- a/org/omg/CosNaming/NamingContext.java
+++ b/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/org/omg/CosNaming/NamingContextExtHelper.java b/org/omg/CosNaming/NamingContextExtHelper.java
index 98d0b4a8c..b5b2f7020 100644
--- a/org/omg/CosNaming/NamingContextExtHelper.java
+++ b/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/org/omg/CosNaming/NamingContextExtPOA.java b/org/omg/CosNaming/NamingContextExtPOA.java
index f3c93aab3..c6e7eaf81 100644
--- a/org/omg/CosNaming/NamingContextExtPOA.java
+++ b/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/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java b/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java
index 7b2866d06..e68d8a483 100644
--- a/org/omg/CosNaming/NamingContextExtPackage/InvalidAddress.java
+++ b/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/org/omg/CosNaming/NamingContextHelper.java b/org/omg/CosNaming/NamingContextHelper.java
index 6bbd0729f..61cc4c79e 100644
--- a/org/omg/CosNaming/NamingContextHelper.java
+++ b/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/org/omg/CosNaming/NamingContextPOA.java b/org/omg/CosNaming/NamingContextPOA.java
index a4f8b1cb6..ea38b1e74 100644
--- a/org/omg/CosNaming/NamingContextPOA.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java b/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java
index 2013f10f8..de1546840 100644
--- a/org/omg/CosNaming/NamingContextPackage/AlreadyBound.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/CannotProceed.java b/org/omg/CosNaming/NamingContextPackage/CannotProceed.java
index 678551134..8239c621c 100644
--- a/org/omg/CosNaming/NamingContextPackage/CannotProceed.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java b/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java
index 85e391cf8..34fc6ae98 100644
--- a/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/InvalidName.java b/org/omg/CosNaming/NamingContextPackage/InvalidName.java
index 59784ea1b..7ca488ac5 100644
--- a/org/omg/CosNaming/NamingContextPackage/InvalidName.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java b/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java
index b5a428cac..f1fb608d8 100644
--- a/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java b/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java
index c4e06c39c..c235205cd 100644
--- a/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/NotFound.java b/org/omg/CosNaming/NamingContextPackage/NotFound.java
index a8c9472d6..4cbe7097d 100644
--- a/org/omg/CosNaming/NamingContextPackage/NotFound.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java b/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java
index 0be9b75bc..034534a28 100644
--- a/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java b/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java
index 5f6af26da..4bb5bdbf3 100644
--- a/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java
+++ b/org/omg/CosNaming/NamingContextPackage/NotFoundReason.java
@@ -131,4 +131,4 @@ public class NotFoundReason
{
return value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java b/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java
index ddc7701a5..2648ae4a9 100644
--- a/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java
+++ b/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/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java b/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java
index a18801c66..b4958499e 100644
--- a/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHolder.java
+++ b/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/org/omg/CosNaming/_BindingIteratorImplBase.java b/org/omg/CosNaming/_BindingIteratorImplBase.java
index 9c7e1b347..3e7f7356c 100644
--- a/org/omg/CosNaming/_BindingIteratorImplBase.java
+++ b/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/org/omg/CosNaming/_BindingIteratorStub.java b/org/omg/CosNaming/_BindingIteratorStub.java
index b5400c4a1..593a0cd68 100644
--- a/org/omg/CosNaming/_BindingIteratorStub.java
+++ b/org/omg/CosNaming/_BindingIteratorStub.java
@@ -200,4 +200,4 @@ public class _BindingIteratorStub
destroy();
super.finalize();
}
-} \ No newline at end of file
+}
diff --git a/org/omg/CosNaming/_NamingContextExtStub.java b/org/omg/CosNaming/_NamingContextExtStub.java
index 067b3cf3c..620c06b0b 100644
--- a/org/omg/CosNaming/_NamingContextExtStub.java
+++ b/org/omg/CosNaming/_NamingContextExtStub.java
@@ -207,4 +207,4 @@ public class _NamingContextExtStub
_releaseReply(in);
}
}
-} \ No newline at end of file
+}
diff --git a/org/omg/CosNaming/_NamingContextStub.java b/org/omg/CosNaming/_NamingContextStub.java
index 2b21e71b6..d348c81ab 100644
--- a/org/omg/CosNaming/_NamingContextStub.java
+++ b/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/org/omg/Dynamic/Parameter.java b/org/omg/Dynamic/Parameter.java
index 6e243a430..a1a5c8374 100644
--- a/org/omg/Dynamic/Parameter.java
+++ b/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/org/omg/DynamicAny/AnySeqHelper.java b/org/omg/DynamicAny/AnySeqHelper.java
index 31ed2ba02..5dd08096d 100644
--- a/org/omg/DynamicAny/AnySeqHelper.java
+++ b/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/org/omg/DynamicAny/DynAny.java b/org/omg/DynamicAny/DynAny.java
index fd2336310..cdb7a4285 100644
--- a/org/omg/DynamicAny/DynAny.java
+++ b/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/org/omg/DynamicAny/DynAnyFactoryHelper.java b/org/omg/DynamicAny/DynAnyFactoryHelper.java
index 612ba71c3..2720656cc 100644
--- a/org/omg/DynamicAny/DynAnyFactoryHelper.java
+++ b/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/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java b/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java
index fced4f704..bf1d2e97c 100644
--- a/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCode.java
+++ b/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/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java b/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java
index 018417226..70313004f 100644
--- a/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java
+++ b/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/org/omg/DynamicAny/DynAnyHelper.java b/org/omg/DynamicAny/DynAnyHelper.java
index 315cddbd2..e376367ef 100644
--- a/org/omg/DynamicAny/DynAnyHelper.java
+++ b/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/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java b/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java
index c19eb76cd..7bae38c55 100644
--- a/org/omg/DynamicAny/DynAnyPackage/InvalidValue.java
+++ b/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/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java b/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java
index d27ad6a6b..cc880ba34 100644
--- a/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java
+++ b/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/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java b/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java
index 3934abd2f..810d92058 100644
--- a/org/omg/DynamicAny/DynAnyPackage/TypeMismatch.java
+++ b/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/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java b/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java
index 7d4fc8789..92644515c 100644
--- a/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java
+++ b/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/org/omg/DynamicAny/DynAnySeqHelper.java b/org/omg/DynamicAny/DynAnySeqHelper.java
index f7550fd79..468083afe 100644
--- a/org/omg/DynamicAny/DynAnySeqHelper.java
+++ b/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/org/omg/DynamicAny/DynArrayHelper.java b/org/omg/DynamicAny/DynArrayHelper.java
index 4cd3e3a52..d9e76eb06 100644
--- a/org/omg/DynamicAny/DynArrayHelper.java
+++ b/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/org/omg/DynamicAny/DynEnumHelper.java b/org/omg/DynamicAny/DynEnumHelper.java
index da63e844f..9599d72b5 100644
--- a/org/omg/DynamicAny/DynEnumHelper.java
+++ b/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/org/omg/DynamicAny/DynFixedHelper.java b/org/omg/DynamicAny/DynFixedHelper.java
index e730d43bb..213eb0318 100644
--- a/org/omg/DynamicAny/DynFixedHelper.java
+++ b/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/org/omg/DynamicAny/DynSequenceHelper.java b/org/omg/DynamicAny/DynSequenceHelper.java
index f330108b0..e2a859b63 100644
--- a/org/omg/DynamicAny/DynSequenceHelper.java
+++ b/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/org/omg/DynamicAny/DynStructHelper.java b/org/omg/DynamicAny/DynStructHelper.java
index 077b7d098..ed049a105 100644
--- a/org/omg/DynamicAny/DynStructHelper.java
+++ b/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/org/omg/DynamicAny/DynUnionHelper.java b/org/omg/DynamicAny/DynUnionHelper.java
index f1016d078..f39ff6641 100644
--- a/org/omg/DynamicAny/DynUnionHelper.java
+++ b/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/org/omg/DynamicAny/DynValueBox.java b/org/omg/DynamicAny/DynValueBox.java
index bd758b50c..15ff131a9 100644
--- a/org/omg/DynamicAny/DynValueBox.java
+++ b/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/org/omg/DynamicAny/DynValueCommonOperations.java b/org/omg/DynamicAny/DynValueCommonOperations.java
index 31c31678e..e16e42888 100644
--- a/org/omg/DynamicAny/DynValueCommonOperations.java
+++ b/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/org/omg/DynamicAny/DynValueHelper.java b/org/omg/DynamicAny/DynValueHelper.java
index 17d9bbc5a..b8debb15f 100644
--- a/org/omg/DynamicAny/DynValueHelper.java
+++ b/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/org/omg/DynamicAny/FieldNameHelper.java b/org/omg/DynamicAny/FieldNameHelper.java
index fb5ea1c7f..dcc667b42 100644
--- a/org/omg/DynamicAny/FieldNameHelper.java
+++ b/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/org/omg/DynamicAny/NameDynAnyPairHelper.java b/org/omg/DynamicAny/NameDynAnyPairHelper.java
index 4e133a513..edf51fa5e 100644
--- a/org/omg/DynamicAny/NameDynAnyPairHelper.java
+++ b/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/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java b/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java
index 817ed8a70..067d01a3c 100644
--- a/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java
+++ b/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/org/omg/DynamicAny/NameValuePair.java b/org/omg/DynamicAny/NameValuePair.java
index e0ce752a5..359fac384 100644
--- a/org/omg/DynamicAny/NameValuePair.java
+++ b/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/org/omg/DynamicAny/NameValuePairHelper.java b/org/omg/DynamicAny/NameValuePairHelper.java
index 75bbf9a74..e62074d83 100644
--- a/org/omg/DynamicAny/NameValuePairHelper.java
+++ b/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/org/omg/DynamicAny/NameValuePairSeqHelper.java b/org/omg/DynamicAny/NameValuePairSeqHelper.java
index 018ee7d2d..4bcd7f8b5 100644
--- a/org/omg/DynamicAny/NameValuePairSeqHelper.java
+++ b/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/org/omg/DynamicAny/_DynAnyFactoryStub.java b/org/omg/DynamicAny/_DynAnyFactoryStub.java
index d72ebabbd..dcfb9b59e 100644
--- a/org/omg/DynamicAny/_DynAnyFactoryStub.java
+++ b/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/org/omg/DynamicAny/_DynAnyStub.java b/org/omg/DynamicAny/_DynAnyStub.java
index fa19da144..1a81be306 100644
--- a/org/omg/DynamicAny/_DynAnyStub.java
+++ b/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/org/omg/DynamicAny/_DynArrayStub.java b/org/omg/DynamicAny/_DynArrayStub.java
index fc7ba978b..74e763b37 100644
--- a/org/omg/DynamicAny/_DynArrayStub.java
+++ b/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/org/omg/DynamicAny/_DynEnumStub.java b/org/omg/DynamicAny/_DynEnumStub.java
index fd3e9db7e..e56ed7517 100644
--- a/org/omg/DynamicAny/_DynEnumStub.java
+++ b/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/org/omg/DynamicAny/_DynFixedStub.java b/org/omg/DynamicAny/_DynFixedStub.java
index 5fab8b1b2..759b48a4e 100644
--- a/org/omg/DynamicAny/_DynFixedStub.java
+++ b/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/org/omg/DynamicAny/_DynSequenceStub.java b/org/omg/DynamicAny/_DynSequenceStub.java
index 0fdc19d63..488a7de9c 100644
--- a/org/omg/DynamicAny/_DynSequenceStub.java
+++ b/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/org/omg/DynamicAny/_DynStructStub.java b/org/omg/DynamicAny/_DynStructStub.java
index 73e7650b3..907f3c834 100644
--- a/org/omg/DynamicAny/_DynStructStub.java
+++ b/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/org/omg/DynamicAny/_DynUnionStub.java b/org/omg/DynamicAny/_DynUnionStub.java
index 8328b5e86..6789a34e8 100644
--- a/org/omg/DynamicAny/_DynUnionStub.java
+++ b/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/org/omg/DynamicAny/_DynValueStub.java b/org/omg/DynamicAny/_DynValueStub.java
index a781772c5..fffccfe0e 100644
--- a/org/omg/DynamicAny/_DynValueStub.java
+++ b/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/org/omg/IOP/Codec.java b/org/omg/IOP/Codec.java
index 575cc05d2..580485804 100644
--- a/org/omg/IOP/Codec.java
+++ b/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/org/omg/IOP/CodecFactory.java b/org/omg/IOP/CodecFactory.java
index da62b4880..a1ac84a8b 100644
--- a/org/omg/IOP/CodecFactory.java
+++ b/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/org/omg/IOP/CodecFactoryHelper.java b/org/omg/IOP/CodecFactoryHelper.java
index d3dc40935..3b1cf43ab 100644
--- a/org/omg/IOP/CodecFactoryHelper.java
+++ b/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/org/omg/IOP/CodecFactoryOperations.java b/org/omg/IOP/CodecFactoryOperations.java
index a2b87d557..022cac447 100644
--- a/org/omg/IOP/CodecFactoryOperations.java
+++ b/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/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java b/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java
index c1988bfd0..e79b3bcd5 100644
--- a/org/omg/IOP/CodecFactoryPackage/UnknownEncoding.java
+++ b/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/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java b/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java
index 2110f0d5b..f518bc278 100644
--- a/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java
+++ b/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/org/omg/IOP/CodecOperations.java b/org/omg/IOP/CodecOperations.java
index 873f54607..a9ff9539d 100644
--- a/org/omg/IOP/CodecOperations.java
+++ b/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/org/omg/IOP/CodecPackage/FormatMismatch.java b/org/omg/IOP/CodecPackage/FormatMismatch.java
index b4cb13666..7e2fc1a1f 100644
--- a/org/omg/IOP/CodecPackage/FormatMismatch.java
+++ b/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/org/omg/IOP/CodecPackage/FormatMismatchHelper.java b/org/omg/IOP/CodecPackage/FormatMismatchHelper.java
index 020975617..5d5f154d7 100644
--- a/org/omg/IOP/CodecPackage/FormatMismatchHelper.java
+++ b/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/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java b/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java
index 5a23fdccd..4df69d476 100644
--- a/org/omg/IOP/CodecPackage/InvalidTypeForEncoding.java
+++ b/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/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java b/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java
index 246a1b93f..96dcbd817 100644
--- a/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java
+++ b/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/org/omg/IOP/CodecPackage/TypeMismatch.java b/org/omg/IOP/CodecPackage/TypeMismatch.java
index 7751c3eb6..d388588b8 100644
--- a/org/omg/IOP/CodecPackage/TypeMismatch.java
+++ b/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/org/omg/IOP/CodecPackage/TypeMismatchHelper.java b/org/omg/IOP/CodecPackage/TypeMismatchHelper.java
index 88e00a243..ed65c9bf5 100644
--- a/org/omg/IOP/CodecPackage/TypeMismatchHelper.java
+++ b/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/org/omg/IOP/ComponentIdHelper.java b/org/omg/IOP/ComponentIdHelper.java
index f94187698..5ceb6d46e 100644
--- a/org/omg/IOP/ComponentIdHelper.java
+++ b/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/org/omg/IOP/Encoding.java b/org/omg/IOP/Encoding.java
index cbf1e9e40..90debf980 100644
--- a/org/omg/IOP/Encoding.java
+++ b/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/org/omg/IOP/IOR.java b/org/omg/IOP/IOR.java
index 12c47a1ca..47245acef 100644
--- a/org/omg/IOP/IOR.java
+++ b/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/org/omg/IOP/IORHelper.java b/org/omg/IOP/IORHelper.java
index 197e15a12..b4cd3a3d9 100644
--- a/org/omg/IOP/IORHelper.java
+++ b/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/org/omg/IOP/IORHolder.java b/org/omg/IOP/IORHolder.java
index 144c7993a..f490c77c5 100644
--- a/org/omg/IOP/IORHolder.java
+++ b/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/org/omg/IOP/MultipleComponentProfileHelper.java b/org/omg/IOP/MultipleComponentProfileHelper.java
index 6a941dee6..887e4e5bc 100644
--- a/org/omg/IOP/MultipleComponentProfileHelper.java
+++ b/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/org/omg/IOP/MultipleComponentProfileHolder.java b/org/omg/IOP/MultipleComponentProfileHolder.java
index 2be0e714b..1fe69ba03 100644
--- a/org/omg/IOP/MultipleComponentProfileHolder.java
+++ b/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/org/omg/IOP/ProfileIdHelper.java b/org/omg/IOP/ProfileIdHelper.java
index 362b2dff3..2e546f463 100644
--- a/org/omg/IOP/ProfileIdHelper.java
+++ b/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/org/omg/IOP/ServiceContext.java b/org/omg/IOP/ServiceContext.java
index e011a4e9e..a2b7119ce 100644
--- a/org/omg/IOP/ServiceContext.java
+++ b/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/org/omg/IOP/ServiceContextHelper.java b/org/omg/IOP/ServiceContextHelper.java
index d6549fa54..6eab887ca 100644
--- a/org/omg/IOP/ServiceContextHelper.java
+++ b/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/org/omg/IOP/ServiceContextHolder.java b/org/omg/IOP/ServiceContextHolder.java
index 1b9896d03..d6a95b313 100644
--- a/org/omg/IOP/ServiceContextHolder.java
+++ b/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/org/omg/IOP/ServiceContextListHelper.java b/org/omg/IOP/ServiceContextListHelper.java
index 9de0b6ffd..7072ac079 100644
--- a/org/omg/IOP/ServiceContextListHelper.java
+++ b/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/org/omg/IOP/ServiceContextListHolder.java b/org/omg/IOP/ServiceContextListHolder.java
index 95fd091df..b4266777e 100644
--- a/org/omg/IOP/ServiceContextListHolder.java
+++ b/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/org/omg/IOP/ServiceIdHelper.java b/org/omg/IOP/ServiceIdHelper.java
index 9c4cbbe4a..ab9789e22 100644
--- a/org/omg/IOP/ServiceIdHelper.java
+++ b/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/org/omg/IOP/TaggedComponent.java b/org/omg/IOP/TaggedComponent.java
index 66437e701..038fcd844 100644
--- a/org/omg/IOP/TaggedComponent.java
+++ b/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/org/omg/IOP/TaggedComponentHelper.java b/org/omg/IOP/TaggedComponentHelper.java
index bc4445fcd..e35849a70 100644
--- a/org/omg/IOP/TaggedComponentHelper.java
+++ b/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/org/omg/IOP/TaggedComponentHolder.java b/org/omg/IOP/TaggedComponentHolder.java
index b233591f2..1b19be608 100644
--- a/org/omg/IOP/TaggedComponentHolder.java
+++ b/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/org/omg/IOP/TaggedProfile.java b/org/omg/IOP/TaggedProfile.java
index 669b73a59..564066a3b 100644
--- a/org/omg/IOP/TaggedProfile.java
+++ b/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/org/omg/IOP/TaggedProfileHelper.java b/org/omg/IOP/TaggedProfileHelper.java
index 9dbbfdaff..95e404c2b 100644
--- a/org/omg/IOP/TaggedProfileHelper.java
+++ b/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/org/omg/IOP/TaggedProfileHolder.java b/org/omg/IOP/TaggedProfileHolder.java
index f739097e3..9ee3aab2d 100644
--- a/org/omg/IOP/TaggedProfileHolder.java
+++ b/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/org/omg/IOP/TransactionService.java b/org/omg/IOP/TransactionService.java
index 2d987316c..ce7f7bfa3 100644
--- a/org/omg/IOP/TransactionService.java
+++ b/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/org/omg/Messaging/SYNC_WITH_TRANSPORT.java b/org/omg/Messaging/SYNC_WITH_TRANSPORT.java
index 0c31480b3..7a0a5df0e 100644
--- a/org/omg/Messaging/SYNC_WITH_TRANSPORT.java
+++ b/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/org/omg/Messaging/SyncScopeHelper.java b/org/omg/Messaging/SyncScopeHelper.java
index f716edfaf..a71b6f36f 100644
--- a/org/omg/Messaging/SyncScopeHelper.java
+++ b/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/org/omg/PortableInterceptor/AdapterManagerIdHelper.java b/org/omg/PortableInterceptor/AdapterManagerIdHelper.java
index 936e6bc1b..df4bd3e72 100644
--- a/org/omg/PortableInterceptor/AdapterManagerIdHelper.java
+++ b/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/org/omg/PortableInterceptor/AdapterNameHelper.java b/org/omg/PortableInterceptor/AdapterNameHelper.java
index 05844560a..0f37a6a30 100644
--- a/org/omg/PortableInterceptor/AdapterNameHelper.java
+++ b/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/org/omg/PortableInterceptor/AdapterStateHelper.java b/org/omg/PortableInterceptor/AdapterStateHelper.java
index f0522caac..ea208474b 100644
--- a/org/omg/PortableInterceptor/AdapterStateHelper.java
+++ b/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/org/omg/PortableInterceptor/ClientRequestInfo.java b/org/omg/PortableInterceptor/ClientRequestInfo.java
index dd3cd5808..d25fe6163 100644
--- a/org/omg/PortableInterceptor/ClientRequestInfo.java
+++ b/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/org/omg/PortableInterceptor/ClientRequestInfoOperations.java b/org/omg/PortableInterceptor/ClientRequestInfoOperations.java
index e4d70211a..3b7ed24f3 100644
--- a/org/omg/PortableInterceptor/ClientRequestInfoOperations.java
+++ b/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/org/omg/PortableInterceptor/ClientRequestInterceptor.java b/org/omg/PortableInterceptor/ClientRequestInterceptor.java
index 9fdf2f120..210ac7b02 100644
--- a/org/omg/PortableInterceptor/ClientRequestInterceptor.java
+++ b/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/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java b/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java
index efd98707b..5b1ab84c5 100644
--- a/org/omg/PortableInterceptor/ClientRequestInterceptorOperations.java
+++ b/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/org/omg/PortableInterceptor/Current.java b/org/omg/PortableInterceptor/Current.java
index d53d5c33a..5f609b61e 100644
--- a/org/omg/PortableInterceptor/Current.java
+++ b/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/org/omg/PortableInterceptor/CurrentHelper.java b/org/omg/PortableInterceptor/CurrentHelper.java
index 88ab0e270..881c592a8 100644
--- a/org/omg/PortableInterceptor/CurrentHelper.java
+++ b/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/org/omg/PortableInterceptor/CurrentOperations.java b/org/omg/PortableInterceptor/CurrentOperations.java
index 63515678e..347b040d0 100644
--- a/org/omg/PortableInterceptor/CurrentOperations.java
+++ b/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/org/omg/PortableInterceptor/ForwardRequest.java b/org/omg/PortableInterceptor/ForwardRequest.java
index 7202f2344..1018b2722 100644
--- a/org/omg/PortableInterceptor/ForwardRequest.java
+++ b/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/org/omg/PortableInterceptor/ForwardRequestHelper.java b/org/omg/PortableInterceptor/ForwardRequestHelper.java
index 8aa19a991..1d44e9c0f 100644
--- a/org/omg/PortableInterceptor/ForwardRequestHelper.java
+++ b/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/org/omg/PortableInterceptor/IORInfo.java b/org/omg/PortableInterceptor/IORInfo.java
index ec7235102..489818456 100644
--- a/org/omg/PortableInterceptor/IORInfo.java
+++ b/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/org/omg/PortableInterceptor/IORInfoOperations.java b/org/omg/PortableInterceptor/IORInfoOperations.java
index fdeb2973b..9ff8d0e27 100644
--- a/org/omg/PortableInterceptor/IORInfoOperations.java
+++ b/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/org/omg/PortableInterceptor/IORInterceptor.java b/org/omg/PortableInterceptor/IORInterceptor.java
index e78fbf2c3..d654f3998 100644
--- a/org/omg/PortableInterceptor/IORInterceptor.java
+++ b/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/org/omg/PortableInterceptor/IORInterceptorOperations.java b/org/omg/PortableInterceptor/IORInterceptorOperations.java
index 746d139cf..f955576b5 100644
--- a/org/omg/PortableInterceptor/IORInterceptorOperations.java
+++ b/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/org/omg/PortableInterceptor/IORInterceptor_3_0.java b/org/omg/PortableInterceptor/IORInterceptor_3_0.java
index 4b2093d40..e77d34694 100644
--- a/org/omg/PortableInterceptor/IORInterceptor_3_0.java
+++ b/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/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java b/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java
index 71fb928f7..97875deb2 100644
--- a/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java
+++ b/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/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java b/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java
index f4830a2e1..42462eab9 100644
--- a/org/omg/PortableInterceptor/IORInterceptor_3_0Holder.java
+++ b/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/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java b/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java
index ce6575a4c..56e19a5be 100644
--- a/org/omg/PortableInterceptor/IORInterceptor_3_0Operations.java
+++ b/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/org/omg/PortableInterceptor/Interceptor.java b/org/omg/PortableInterceptor/Interceptor.java
index 8ec375c9a..4dcb2162a 100644
--- a/org/omg/PortableInterceptor/Interceptor.java
+++ b/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/org/omg/PortableInterceptor/InterceptorOperations.java b/org/omg/PortableInterceptor/InterceptorOperations.java
index da08c90db..3758ab01a 100644
--- a/org/omg/PortableInterceptor/InterceptorOperations.java
+++ b/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/org/omg/PortableInterceptor/InvalidSlot.java b/org/omg/PortableInterceptor/InvalidSlot.java
index 30cb1a1dc..e166e0631 100644
--- a/org/omg/PortableInterceptor/InvalidSlot.java
+++ b/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/org/omg/PortableInterceptor/InvalidSlotHelper.java b/org/omg/PortableInterceptor/InvalidSlotHelper.java
index 28558a000..36e23a90c 100644
--- a/org/omg/PortableInterceptor/InvalidSlotHelper.java
+++ b/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/org/omg/PortableInterceptor/LOCATION_FORWARD.java b/org/omg/PortableInterceptor/LOCATION_FORWARD.java
index bbd23f03f..f0d90788e 100644
--- a/org/omg/PortableInterceptor/LOCATION_FORWARD.java
+++ b/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/org/omg/PortableInterceptor/ORBIdHelper.java b/org/omg/PortableInterceptor/ORBIdHelper.java
index 6b73b1151..f80e71a9a 100644
--- a/org/omg/PortableInterceptor/ORBIdHelper.java
+++ b/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/org/omg/PortableInterceptor/ORBInitInfo.java b/org/omg/PortableInterceptor/ORBInitInfo.java
index d13dacdd6..a74b1e79d 100644
--- a/org/omg/PortableInterceptor/ORBInitInfo.java
+++ b/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/org/omg/PortableInterceptor/ORBInitInfoOperations.java b/org/omg/PortableInterceptor/ORBInitInfoOperations.java
index 16710a08a..cacae3dce 100644
--- a/org/omg/PortableInterceptor/ORBInitInfoOperations.java
+++ b/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/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java b/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java
index 610cec1d0..bad7f8baa 100644
--- a/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateName.java
+++ b/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/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java b/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java
index 37d66a6d7..962da93c8 100644
--- a/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java
+++ b/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/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java b/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java
index ff940dafc..7a7e23cc0 100644
--- a/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidName.java
+++ b/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/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java b/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java
index 329fcf564..c7daf46b9 100644
--- a/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java
+++ b/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/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java b/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java
index 5d9812d9f..b61720c56 100644
--- a/org/omg/PortableInterceptor/ORBInitInfoPackage/ObjectIdHelper.java
+++ b/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/org/omg/PortableInterceptor/ORBInitializer.java b/org/omg/PortableInterceptor/ORBInitializer.java
index 47191820c..84ddfd9fe 100644
--- a/org/omg/PortableInterceptor/ORBInitializer.java
+++ b/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/org/omg/PortableInterceptor/ORBInitializerOperations.java b/org/omg/PortableInterceptor/ORBInitializerOperations.java
index d5dd771fd..04bc387d1 100644
--- a/org/omg/PortableInterceptor/ORBInitializerOperations.java
+++ b/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/org/omg/PortableInterceptor/ObjectIdHelper.java b/org/omg/PortableInterceptor/ObjectIdHelper.java
index 600d0a0fb..19fc05daf 100644
--- a/org/omg/PortableInterceptor/ObjectIdHelper.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceFactory.java b/org/omg/PortableInterceptor/ObjectReferenceFactory.java
index 83f3da652..7b669799a 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceFactory.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java b/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java
index b9a237dce..8f5af656e 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java b/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java
index c662977a2..07be73a1d 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceFactoryHolder.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceTemplate.java b/org/omg/PortableInterceptor/ObjectReferenceTemplate.java
index 666735e76..42ffdfd7e 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceTemplate.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java b/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java
index 0ea54ea5f..86b00c50a 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java b/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java
index d76ef43f1..32b769eb6 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceTemplateHolder.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java b/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java
index e84f3e6be..c16638fdf 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java
+++ b/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/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java b/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java
index 3fdc2bfe8..5f175d429 100644
--- a/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHolder.java
+++ b/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/org/omg/PortableInterceptor/PolicyFactory.java b/org/omg/PortableInterceptor/PolicyFactory.java
index 6478e408c..dcb110185 100644
--- a/org/omg/PortableInterceptor/PolicyFactory.java
+++ b/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/org/omg/PortableInterceptor/PolicyFactoryOperations.java b/org/omg/PortableInterceptor/PolicyFactoryOperations.java
index 4e5a54ef7..49940e83d 100644
--- a/org/omg/PortableInterceptor/PolicyFactoryOperations.java
+++ b/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/org/omg/PortableInterceptor/RequestInfo.java b/org/omg/PortableInterceptor/RequestInfo.java
index 0285a8063..22f108a48 100644
--- a/org/omg/PortableInterceptor/RequestInfo.java
+++ b/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/org/omg/PortableInterceptor/RequestInfoOperations.java b/org/omg/PortableInterceptor/RequestInfoOperations.java
index 10b9662a6..851f46602 100644
--- a/org/omg/PortableInterceptor/RequestInfoOperations.java
+++ b/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/org/omg/PortableInterceptor/SUCCESSFUL.java b/org/omg/PortableInterceptor/SUCCESSFUL.java
index d26e032ab..64ff72ab3 100644
--- a/org/omg/PortableInterceptor/SUCCESSFUL.java
+++ b/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/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java b/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java
index 9edf2ba21..10f8dcea0 100644
--- a/org/omg/PortableInterceptor/SYSTEM_EXCEPTION.java
+++ b/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/org/omg/PortableInterceptor/ServerIdHelper.java b/org/omg/PortableInterceptor/ServerIdHelper.java
index 84ffdfa8e..34240e81a 100644
--- a/org/omg/PortableInterceptor/ServerIdHelper.java
+++ b/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/org/omg/PortableInterceptor/ServerRequestInfo.java b/org/omg/PortableInterceptor/ServerRequestInfo.java
index 2aeba2b41..9136ca7e0 100644
--- a/org/omg/PortableInterceptor/ServerRequestInfo.java
+++ b/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/org/omg/PortableInterceptor/ServerRequestInfoOperations.java b/org/omg/PortableInterceptor/ServerRequestInfoOperations.java
index 52de9d824..e03145e86 100644
--- a/org/omg/PortableInterceptor/ServerRequestInfoOperations.java
+++ b/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/org/omg/PortableInterceptor/ServerRequestInterceptor.java b/org/omg/PortableInterceptor/ServerRequestInterceptor.java
index e74872f6b..db6c7a7d6 100644
--- a/org/omg/PortableInterceptor/ServerRequestInterceptor.java
+++ b/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/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java b/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java
index ccba1a76e..e6af9503d 100644
--- a/org/omg/PortableInterceptor/ServerRequestInterceptorOperations.java
+++ b/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/org/omg/PortableInterceptor/TRANSPORT_RETRY.java b/org/omg/PortableInterceptor/TRANSPORT_RETRY.java
index 115cad2fc..047ed20e9 100644
--- a/org/omg/PortableInterceptor/TRANSPORT_RETRY.java
+++ b/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/org/omg/PortableInterceptor/USER_EXCEPTION.java b/org/omg/PortableInterceptor/USER_EXCEPTION.java
index 02c9535b4..44c3018a9 100644
--- a/org/omg/PortableInterceptor/USER_EXCEPTION.java
+++ b/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/org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java b/org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java
index 52856407a..9e8fa0399 100644
--- a/org/omg/PortableInterceptor/_IORInterceptor_3_0Stub.java
+++ b/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/org/omg/PortableServer/AdapterActivator.java b/org/omg/PortableServer/AdapterActivator.java
index 9898c437a..278f39207 100644
--- a/org/omg/PortableServer/AdapterActivator.java
+++ b/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/org/omg/PortableServer/AdapterActivatorOperations.java b/org/omg/PortableServer/AdapterActivatorOperations.java
index d1091852e..f2065252d 100644
--- a/org/omg/PortableServer/AdapterActivatorOperations.java
+++ b/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/org/omg/PortableServer/Current.java b/org/omg/PortableServer/Current.java
index 842086746..7bce10e04 100644
--- a/org/omg/PortableServer/Current.java
+++ b/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/org/omg/PortableServer/CurrentHelper.java b/org/omg/PortableServer/CurrentHelper.java
index f201e38bc..a81e839d0 100644
--- a/org/omg/PortableServer/CurrentHelper.java
+++ b/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/org/omg/PortableServer/CurrentOperations.java b/org/omg/PortableServer/CurrentOperations.java
index b2f23f200..58bc3141d 100644
--- a/org/omg/PortableServer/CurrentOperations.java
+++ b/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/org/omg/PortableServer/CurrentPackage/NoContext.java b/org/omg/PortableServer/CurrentPackage/NoContext.java
index c2305ffd8..9d42174bf 100644
--- a/org/omg/PortableServer/CurrentPackage/NoContext.java
+++ b/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/org/omg/PortableServer/CurrentPackage/NoContextHelper.java b/org/omg/PortableServer/CurrentPackage/NoContextHelper.java
index 4a2a9a6a0..2aa9268ae 100644
--- a/org/omg/PortableServer/CurrentPackage/NoContextHelper.java
+++ b/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/org/omg/PortableServer/DynamicImplementation.java b/org/omg/PortableServer/DynamicImplementation.java
index 6a333e18e..f43fbf921 100644
--- a/org/omg/PortableServer/DynamicImplementation.java
+++ b/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/org/omg/PortableServer/ForwardRequest.java b/org/omg/PortableServer/ForwardRequest.java
index 3976de64f..c9d20b345 100644
--- a/org/omg/PortableServer/ForwardRequest.java
+++ b/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/org/omg/PortableServer/ForwardRequestHelper.java b/org/omg/PortableServer/ForwardRequestHelper.java
index 0ebbc7e41..83e5707c6 100644
--- a/org/omg/PortableServer/ForwardRequestHelper.java
+++ b/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/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java b/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java
index a283ce6bb..f70660d76 100644
--- a/org/omg/PortableServer/ID_ASSIGNMENT_POLICY_ID.java
+++ b/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/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java b/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java
index 8518831d6..f69defcaa 100644
--- a/org/omg/PortableServer/ID_UNIQUENESS_POLICY_ID.java
+++ b/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/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java b/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java
index c46e79881..c76e1801c 100644
--- a/org/omg/PortableServer/IMPLICIT_ACTIVATION_POLICY_ID.java
+++ b/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/org/omg/PortableServer/IdAssignmentPolicy.java b/org/omg/PortableServer/IdAssignmentPolicy.java
index cde9e11af..15ccf4f6e 100644
--- a/org/omg/PortableServer/IdAssignmentPolicy.java
+++ b/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/org/omg/PortableServer/IdAssignmentPolicyOperations.java b/org/omg/PortableServer/IdAssignmentPolicyOperations.java
index 993a7804a..88c39d73d 100644
--- a/org/omg/PortableServer/IdAssignmentPolicyOperations.java
+++ b/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/org/omg/PortableServer/IdAssignmentPolicyValue.java b/org/omg/PortableServer/IdAssignmentPolicyValue.java
index cc6f3962a..9e52b9889 100644
--- a/org/omg/PortableServer/IdAssignmentPolicyValue.java
+++ b/org/omg/PortableServer/IdAssignmentPolicyValue.java
@@ -155,4 +155,4 @@ public class IdAssignmentPolicyValue
{
return _value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/IdUniquenessPolicy.java b/org/omg/PortableServer/IdUniquenessPolicy.java
index f78e87e0d..ba2894c7c 100644
--- a/org/omg/PortableServer/IdUniquenessPolicy.java
+++ b/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/org/omg/PortableServer/IdUniquenessPolicyOperations.java b/org/omg/PortableServer/IdUniquenessPolicyOperations.java
index 3019396b5..1295f88f3 100644
--- a/org/omg/PortableServer/IdUniquenessPolicyOperations.java
+++ b/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/org/omg/PortableServer/IdUniquenessPolicyValue.java b/org/omg/PortableServer/IdUniquenessPolicyValue.java
index 0294ee209..848671d1d 100644
--- a/org/omg/PortableServer/IdUniquenessPolicyValue.java
+++ b/org/omg/PortableServer/IdUniquenessPolicyValue.java
@@ -155,4 +155,4 @@ public class IdUniquenessPolicyValue
{
return _value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/ImplicitActivationPolicy.java b/org/omg/PortableServer/ImplicitActivationPolicy.java
index c3859d203..786e5fa72 100644
--- a/org/omg/PortableServer/ImplicitActivationPolicy.java
+++ b/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/org/omg/PortableServer/ImplicitActivationPolicyOperations.java b/org/omg/PortableServer/ImplicitActivationPolicyOperations.java
index d855ec82e..9b6136a1c 100644
--- a/org/omg/PortableServer/ImplicitActivationPolicyOperations.java
+++ b/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/org/omg/PortableServer/ImplicitActivationPolicyValue.java b/org/omg/PortableServer/ImplicitActivationPolicyValue.java
index 6631424c4..3e4049bb3 100644
--- a/org/omg/PortableServer/ImplicitActivationPolicyValue.java
+++ b/org/omg/PortableServer/ImplicitActivationPolicyValue.java
@@ -155,4 +155,4 @@ public class ImplicitActivationPolicyValue
{
return _value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/LifespanPolicy.java b/org/omg/PortableServer/LifespanPolicy.java
index 2e77bbe6f..2b96bf185 100644
--- a/org/omg/PortableServer/LifespanPolicy.java
+++ b/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/org/omg/PortableServer/LifespanPolicyOperations.java b/org/omg/PortableServer/LifespanPolicyOperations.java
index 20eda700e..5eac1599e 100644
--- a/org/omg/PortableServer/LifespanPolicyOperations.java
+++ b/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/org/omg/PortableServer/LifespanPolicyValue.java b/org/omg/PortableServer/LifespanPolicyValue.java
index e1ab856b0..2be37fb37 100644
--- a/org/omg/PortableServer/LifespanPolicyValue.java
+++ b/org/omg/PortableServer/LifespanPolicyValue.java
@@ -152,4 +152,4 @@ public class LifespanPolicyValue
{
return _value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/POA.java b/org/omg/PortableServer/POA.java
index 624d658da..cddeac63f 100644
--- a/org/omg/PortableServer/POA.java
+++ b/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/org/omg/PortableServer/POAHelper.java b/org/omg/PortableServer/POAHelper.java
index 122cfb304..6eb5ab542 100644
--- a/org/omg/PortableServer/POAHelper.java
+++ b/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/org/omg/PortableServer/POAManager.java b/org/omg/PortableServer/POAManager.java
index 6d93eb31e..72aa22f9d 100644
--- a/org/omg/PortableServer/POAManager.java
+++ b/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/org/omg/PortableServer/POAManagerOperations.java b/org/omg/PortableServer/POAManagerOperations.java
index 90206d452..251bbe4b1 100644
--- a/org/omg/PortableServer/POAManagerOperations.java
+++ b/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/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java b/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java
index 55115c259..f0f729920 100644
--- a/org/omg/PortableServer/POAManagerPackage/AdapterInactive.java
+++ b/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/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java b/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java
index e6a3068af..d7d0336b7 100644
--- a/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java
+++ b/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/org/omg/PortableServer/POAManagerPackage/State.java b/org/omg/PortableServer/POAManagerPackage/State.java
index b32d420a8..72a097038 100644
--- a/org/omg/PortableServer/POAManagerPackage/State.java
+++ b/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/org/omg/PortableServer/POAOperations.java b/org/omg/PortableServer/POAOperations.java
index 58d062d2b..f989d2681 100644
--- a/org/omg/PortableServer/POAOperations.java
+++ b/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/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java b/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java
index c7e43f01d..602ce1dba 100644
--- a/org/omg/PortableServer/POAPackage/AdapterAlreadyExists.java
+++ b/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/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java b/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java
index 6476eeaa5..ccb3fa584 100644
--- a/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/AdapterNonExistent.java b/org/omg/PortableServer/POAPackage/AdapterNonExistent.java
index a7ad61848..c7f87bccf 100644
--- a/org/omg/PortableServer/POAPackage/AdapterNonExistent.java
+++ b/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/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java b/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java
index 1c007fb43..65842b756 100644
--- a/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/InvalidPolicy.java b/org/omg/PortableServer/POAPackage/InvalidPolicy.java
index 470d9af4a..43ea544d3 100644
--- a/org/omg/PortableServer/POAPackage/InvalidPolicy.java
+++ b/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/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java b/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java
index cb3c67024..64cdaadbf 100644
--- a/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/NoServant.java b/org/omg/PortableServer/POAPackage/NoServant.java
index cc786a3ea..a3d7b0437 100644
--- a/org/omg/PortableServer/POAPackage/NoServant.java
+++ b/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/org/omg/PortableServer/POAPackage/NoServantHelper.java b/org/omg/PortableServer/POAPackage/NoServantHelper.java
index 56e8c4d16..cfb63ed26 100644
--- a/org/omg/PortableServer/POAPackage/NoServantHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java b/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java
index f14e5c91b..9a80b95f8 100644
--- a/org/omg/PortableServer/POAPackage/ObjectAlreadyActive.java
+++ b/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/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java b/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java
index 7f2e1484c..48070eade 100644
--- a/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/ObjectNotActive.java b/org/omg/PortableServer/POAPackage/ObjectNotActive.java
index 823c8ead5..e8f0bc6bb 100644
--- a/org/omg/PortableServer/POAPackage/ObjectNotActive.java
+++ b/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/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java b/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java
index 4cdf80891..492040dd2 100644
--- a/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java b/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java
index 4f2b1586a..a6fd5da24 100644
--- a/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java
+++ b/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/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java b/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java
index 30b0b52d0..8fdb1ec15 100644
--- a/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/ServantNotActive.java b/org/omg/PortableServer/POAPackage/ServantNotActive.java
index 2383b2786..584459939 100644
--- a/org/omg/PortableServer/POAPackage/ServantNotActive.java
+++ b/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/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java b/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java
index f77ecfc50..99110e511 100644
--- a/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/WrongAdapter.java b/org/omg/PortableServer/POAPackage/WrongAdapter.java
index 81b4ffb97..8e28e8430 100644
--- a/org/omg/PortableServer/POAPackage/WrongAdapter.java
+++ b/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/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java b/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java
index f1181fe61..69ffda747 100644
--- a/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java
+++ b/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/org/omg/PortableServer/POAPackage/WrongPolicy.java b/org/omg/PortableServer/POAPackage/WrongPolicy.java
index b2102dcbc..e0dbc9902 100644
--- a/org/omg/PortableServer/POAPackage/WrongPolicy.java
+++ b/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/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java b/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java
index bd09c2e96..9122b06e4 100644
--- a/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java
+++ b/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/org/omg/PortableServer/RequestProcessingPolicy.java b/org/omg/PortableServer/RequestProcessingPolicy.java
index 1b37d9f15..9d3237d7d 100644
--- a/org/omg/PortableServer/RequestProcessingPolicy.java
+++ b/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/org/omg/PortableServer/RequestProcessingPolicyOperations.java b/org/omg/PortableServer/RequestProcessingPolicyOperations.java
index 672ba1846..5a8963b30 100644
--- a/org/omg/PortableServer/RequestProcessingPolicyOperations.java
+++ b/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/org/omg/PortableServer/RequestProcessingPolicyValue.java b/org/omg/PortableServer/RequestProcessingPolicyValue.java
index 2f22e3090..e946d5cf6 100644
--- a/org/omg/PortableServer/RequestProcessingPolicyValue.java
+++ b/org/omg/PortableServer/RequestProcessingPolicyValue.java
@@ -178,4 +178,4 @@ public class RequestProcessingPolicyValue
{
return _value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/Servant.java b/org/omg/PortableServer/Servant.java
index fcb2cdd6a..53b05f1e5 100644
--- a/org/omg/PortableServer/Servant.java
+++ b/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/org/omg/PortableServer/ServantActivator.java b/org/omg/PortableServer/ServantActivator.java
index 244fedf5f..82cfbda0d 100644
--- a/org/omg/PortableServer/ServantActivator.java
+++ b/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/org/omg/PortableServer/ServantActivatorHelper.java b/org/omg/PortableServer/ServantActivatorHelper.java
index 48598aa20..d0fe8732c 100644
--- a/org/omg/PortableServer/ServantActivatorHelper.java
+++ b/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/org/omg/PortableServer/ServantActivatorOperations.java b/org/omg/PortableServer/ServantActivatorOperations.java
index 6437f3563..22fba9d9e 100644
--- a/org/omg/PortableServer/ServantActivatorOperations.java
+++ b/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/org/omg/PortableServer/ServantActivatorPOA.java b/org/omg/PortableServer/ServantActivatorPOA.java
index c94866ab2..a6460fa14 100644
--- a/org/omg/PortableServer/ServantActivatorPOA.java
+++ b/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/org/omg/PortableServer/ServantLocator.java b/org/omg/PortableServer/ServantLocator.java
index 9989fd49b..564048d45 100644
--- a/org/omg/PortableServer/ServantLocator.java
+++ b/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/org/omg/PortableServer/ServantLocatorHelper.java b/org/omg/PortableServer/ServantLocatorHelper.java
index 467464791..f22fff9eb 100644
--- a/org/omg/PortableServer/ServantLocatorHelper.java
+++ b/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/org/omg/PortableServer/ServantLocatorOperations.java b/org/omg/PortableServer/ServantLocatorOperations.java
index 58448c1af..4f357576a 100644
--- a/org/omg/PortableServer/ServantLocatorOperations.java
+++ b/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/org/omg/PortableServer/ServantLocatorPOA.java b/org/omg/PortableServer/ServantLocatorPOA.java
index 8e9c7aeb5..c598aa8bd 100644
--- a/org/omg/PortableServer/ServantLocatorPOA.java
+++ b/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/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java b/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java
index ebae51b60..ff23e7fd1 100644
--- a/org/omg/PortableServer/ServantLocatorPackage/CookieHolder.java
+++ b/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/org/omg/PortableServer/ServantManager.java b/org/omg/PortableServer/ServantManager.java
index 082aea34e..f361f0430 100644
--- a/org/omg/PortableServer/ServantManager.java
+++ b/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/org/omg/PortableServer/ServantManagerOperations.java b/org/omg/PortableServer/ServantManagerOperations.java
index b7c3b753b..374b791a1 100644
--- a/org/omg/PortableServer/ServantManagerOperations.java
+++ b/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/org/omg/PortableServer/ServantRetentionPolicy.java b/org/omg/PortableServer/ServantRetentionPolicy.java
index ee47af517..3da47d3d8 100644
--- a/org/omg/PortableServer/ServantRetentionPolicy.java
+++ b/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/org/omg/PortableServer/ServantRetentionPolicyOperations.java b/org/omg/PortableServer/ServantRetentionPolicyOperations.java
index 2ef0ab554..3a9ee0a7c 100644
--- a/org/omg/PortableServer/ServantRetentionPolicyOperations.java
+++ b/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/org/omg/PortableServer/ServantRetentionPolicyValue.java b/org/omg/PortableServer/ServantRetentionPolicyValue.java
index 607df1293..4dffe7d7f 100644
--- a/org/omg/PortableServer/ServantRetentionPolicyValue.java
+++ b/org/omg/PortableServer/ServantRetentionPolicyValue.java
@@ -152,4 +152,4 @@ public class ServantRetentionPolicyValue
{
return _value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/ThreadPolicy.java b/org/omg/PortableServer/ThreadPolicy.java
index b16ac1737..77fe0a67c 100644
--- a/org/omg/PortableServer/ThreadPolicy.java
+++ b/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/org/omg/PortableServer/ThreadPolicyOperations.java b/org/omg/PortableServer/ThreadPolicyOperations.java
index b36628816..09835614f 100644
--- a/org/omg/PortableServer/ThreadPolicyOperations.java
+++ b/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/org/omg/PortableServer/ThreadPolicyValue.java b/org/omg/PortableServer/ThreadPolicyValue.java
index 2ba1b8e82..4e1422dcd 100644
--- a/org/omg/PortableServer/ThreadPolicyValue.java
+++ b/org/omg/PortableServer/ThreadPolicyValue.java
@@ -165,4 +165,4 @@ public class ThreadPolicyValue
{
return _value;
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/_ServantActivatorStub.java b/org/omg/PortableServer/_ServantActivatorStub.java
index 3cc4be990..658ac683c 100644
--- a/org/omg/PortableServer/_ServantActivatorStub.java
+++ b/org/omg/PortableServer/_ServantActivatorStub.java
@@ -121,4 +121,4 @@ public class _ServantActivatorStub
)
{
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/_ServantLocatorStub.java b/org/omg/PortableServer/_ServantLocatorStub.java
index 9bbd58f88..039140ebc 100644
--- a/org/omg/PortableServer/_ServantLocatorStub.java
+++ b/org/omg/PortableServer/_ServantLocatorStub.java
@@ -130,4 +130,4 @@ public class _ServantLocatorStub
)
{
}
-} \ No newline at end of file
+}
diff --git a/org/omg/PortableServer/portable/Delegate.java b/org/omg/PortableServer/portable/Delegate.java
index 3c61122b7..32697fdfb 100644
--- a/org/omg/PortableServer/portable/Delegate.java
+++ b/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/org/omg/SendingContext/RunTime.java b/org/omg/SendingContext/RunTime.java
index 09d3d505b..ac0b888b2 100644
--- a/org/omg/SendingContext/RunTime.java
+++ b/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/org/omg/SendingContext/RunTimeOperations.java b/org/omg/SendingContext/RunTimeOperations.java
index dabcb74c0..413364575 100644
--- a/org/omg/SendingContext/RunTimeOperations.java
+++ b/org/omg/SendingContext/RunTimeOperations.java
@@ -54,4 +54,4 @@ package org.omg.SendingContext;
*/
public interface RunTimeOperations
{
-} \ No newline at end of file
+}