8050123: Incorrect property name documented in CORBA InputStream API

Thu, 07 May 2015 12:18:10 +0100

author
coffeys
date
Thu, 07 May 2015 12:18:10 +0100
changeset 935
89c95715f192
parent 932
c4108e15fbde
child 936
10d4fc493572

8050123: Incorrect property name documented in CORBA InputStream API
Reviewed-by: lancea

src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java file | annotate | diff | comparison | revisions
     1.1 --- a/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java	Wed Apr 29 12:16:37 2015 -0700
     1.2 +++ b/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java	Thu May 07 12:18:10 2015 +0100
     1.3 @@ -77,7 +77,7 @@
     1.4       *
     1.5       * throw SecurityException if SecurityManager is installed and
     1.6       * enableSubclassImplementation SerializablePermission
     1.7 -     * is not granted or jdk.corba.allowOutputStreamSubclass system
     1.8 +     * is not granted or jdk.corba.allowInputStreamSubclass system
     1.9       * property is either not set or is set to 'false'
    1.10       */
    1.11      public InputStream() {

mercurial