changeset 1364:52740a0992cf icedtea-2.7.0pre04

8050123, PR2674: Incorrect property name documented in CORBA InputStream API Reviewed-by: lancea
author coffeys
date Thu, 07 May 2015 12:18:10 +0100
parents 84090bfdd82a
children cbe0edb3d345
files src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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() {