# HG changeset patch # User coffeys # Date 1428599439 -3600 # Node ID 28ca8dfebab69f51760dd22969ffe38aa13bda19 # Parent 753f4114e6d62bbedfbeff81fa313170a7ff3e66 8050123: Incorrect property name documented in CORBA InputStream API Reviewed-by: lancea diff -r 753f4114e6d6 -r 28ca8dfebab6 src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java --- a/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Wed Apr 08 16:01:26 2015 +0400 +++ b/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Thu Apr 09 18:10:39 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() {