src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java

changeset 935
89c95715f192
parent 561
b083590cb088
child 1022
6081f57a0021
equal deleted inserted replaced
932:c4108e15fbde 935:89c95715f192
75 /** 75 /**
76 * Create a new instance of this class. 76 * Create a new instance of this class.
77 * 77 *
78 * throw SecurityException if SecurityManager is installed and 78 * throw SecurityException if SecurityManager is installed and
79 * enableSubclassImplementation SerializablePermission 79 * enableSubclassImplementation SerializablePermission
80 * is not granted or jdk.corba.allowOutputStreamSubclass system 80 * is not granted or jdk.corba.allowInputStreamSubclass system
81 * property is either not set or is set to 'false' 81 * property is either not set or is set to 'false'
82 */ 82 */
83 public InputStream() { 83 public InputStream() {
84 this(checkPermission()); 84 this(checkPermission());
85 } 85 }

mercurial