From 00e5e37079894f1c8dc938821d60592d1458f32c Mon Sep 17 00:00:00 2001 From: Sean Coffey Date: Thu, 9 Apr 2015 18:10:39 +0100 Subject: [PATCH] 8050123: Incorrect property name documented in CORBA InputStream API Reviewed-by: lancea --- .../share/classes/org/omg/CORBA_2_3/portable/InputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corba/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java b/corba/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java index 90d9ea65286..dd32dfdaac6 100644 --- a/corba/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java +++ b/corba/src/java.corba/share/classes/org/omg/CORBA_2_3/portable/InputStream.java @@ -77,7 +77,7 @@ public abstract class InputStream extends org.omg.CORBA.portable.InputStream { * * 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() {