# HG changeset patch # User coffeys # Date 1430997490 -3600 # Node ID 89c95715f192c70509c7b45610db86fd7eb6fe5e # Parent c4108e15fbde9c67f5085aa60cd9f03e69d245dd 8050123: Incorrect property name documented in CORBA InputStream API Reviewed-by: lancea diff -r c4108e15fbde -r 89c95715f192 src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java --- a/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Wed Apr 29 12:16:37 2015 -0700 +++ b/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Thu May 07 12:18:10 2015 +0100 @@ -77,7 +77,7 @@ * * throw SecurityException if SecurityManager is installed and * enableSubclassImplementation SerializablePermission - * is not granted or jdk.corba.allowOutputStreamSubclass system + * is not granted or jdk.corba.allowInputStreamSubclass system * property is either not set or is set to 'false' */ public InputStream() {