/hg/icedtea7-forest/corba: 8050123, PR2674: Incorrect property n...

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Mon Oct 19 07:30:55 UTC 2015


changeset 52740a0992cf in /hg/icedtea7-forest/corba
details: http://icedtea.classpath.org/hg/icedtea7-forest/corba?cmd=changeset;node=52740a0992cf
author: coffeys
date: Thu May 07 12:18:10 2015 +0100

	8050123, PR2674: Incorrect property name documented in CORBA InputStream API
	Reviewed-by: lancea


diffstat:

 src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

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() {


More information about the distro-pkg-dev mailing list