RFR (XXS) : 8050123: Incorrect property name documented in CORBA InputStream API

Seán Coffey sean.coffey at oracle.com
Thu Apr 9 13:42:45 UTC 2015


https://bugs.openjdk.java.net/browse/JDK-8050123

diff --git 
a/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java 
b/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
+++ 
b/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
@@ -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() {

-- 
Regards,
Sean.




More information about the core-libs-dev mailing list