# HG changeset patch # User coffeys # Date 1430997490 -3600 # Node ID 52740a0992cf51c4756011c4a49a5baac06a4ff3 # Parent 84090bfdd82a94d0fbc455a8c41e76bf66f4787a 8050123, PR2674: Incorrect property name documented in CORBA InputStream API Reviewed-by: lancea diff -r 84090bfdd82a -r 52740a0992cf src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java --- a/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Thu Oct 15 21:42:22 2015 +0100 +++ 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() {