--- old/src/java.corba/share/classes/org/omg/CORBA/DataInputStream.java 2015-04-07 20:40:31.510505505 +0400 +++ new/src/java.corba/share/classes/org/omg/CORBA/DataInputStream.java 2015-04-07 20:40:31.386505510 +0400 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -35,7 +35,7 @@ { /** Reads an IDL Any value from the input stream. * @return the Any read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -43,7 +43,7 @@ /** Reads an IDL boolean value from the input stream. * @return the boolean read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -51,7 +51,7 @@ /** Reads an IDL character value from the input stream. * @return the character read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -59,7 +59,7 @@ /** Reads an IDL wide character value from the input stream. * @return the wide character read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -67,7 +67,7 @@ /** Reads an IDL octet value from the input stream. * @return the octet value read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -75,7 +75,7 @@ /** Reads an IDL short from the input stream. * @return the short read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -83,7 +83,7 @@ /** Reads an IDL unsigned short from the input stream. * @return the unsigned short read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -91,7 +91,7 @@ /** Reads an IDL long from the input stream. * @return the long read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -99,7 +99,7 @@ /** Reads an IDL unsigned long from the input stream. * @return the unsigned long read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -107,7 +107,7 @@ /** Reads an IDL long long from the input stream. * @return the long long read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -115,7 +115,7 @@ /** Reads an unsigned IDL long long from the input stream. * @return the unsigned long long read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -123,7 +123,7 @@ /** Reads an IDL float from the input stream. * @return the float read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -131,7 +131,7 @@ /** Reads an IDL double from the input stream. * @return the double read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -140,7 +140,7 @@ /** Reads an IDL string from the input stream. * @return the string read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -148,7 +148,7 @@ /** Reads an IDL wide string from the input stream. * @return the wide string read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -156,7 +156,7 @@ /** Reads an IDL CORBA::Object from the input stream. * @return the CORBA::Object read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -164,7 +164,7 @@ /** Reads an IDL Abstract interface from the input stream. * @return the Abstract interface read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -172,7 +172,7 @@ /** Reads an IDL value type from the input stream. * @return the value type read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -180,7 +180,7 @@ /** Reads an IDL typecode from the input stream. * @return the typecode read. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -192,7 +192,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -204,7 +204,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -216,7 +216,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -228,7 +228,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -240,7 +240,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -252,7 +252,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -264,7 +264,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -276,7 +276,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -288,7 +288,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -300,7 +300,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -312,7 +312,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -324,7 +324,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */ @@ -336,7 +336,7 @@ * @param offset The index into seq of the first element to read from the * input stream. * @param length The number of elements to read from the input stream. - * @throws org.omg.CORBA.MARSHAL + * @throws org.omg.CORBA.MARSHAL * If an inconsistency is detected, including not having registered * a streaming policy, then the standard system exception MARSHAL is raised. */