/hg/release/icedtea7-forest-2.6/corba: 3 new changesets
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Oct 19 08:23:15 UTC 2015
changeset a4898a4f94a9 in /hg/release/icedtea7-forest-2.6/corba
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/corba?cmd=changeset;node=a4898a4f94a9
author: andrew
date: Mon Oct 19 08:39:36 2015 +0100
Added tag icedtea-2.6.2pre01 for changeset 10bb9df77e39
changeset 0445c54dcfb6 in /hg/release/icedtea7-forest-2.6/corba
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/corba?cmd=changeset;node=0445c54dcfb6
author: coffeys
date: Thu May 07 12:18:10 2015 +0100
8050123, PR2674: Incorrect property name documented in CORBA InputStream API
Reviewed-by: lancea
changeset f1ce1af43a85 in /hg/release/icedtea7-forest-2.6/corba
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.6/corba?cmd=changeset;node=f1ce1af43a85
author: andrew
date: Mon Oct 19 09:22:51 2015 +0100
Added tag icedtea-2.6.2pre02 for changeset 0445c54dcfb6
diffstat:
.hgtags | 2 ++
src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java | 2 +-
2 files changed, 3 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 10bb9df77e39 -r f1ce1af43a85 .hgtags
--- a/.hgtags Wed Oct 14 05:35:34 2015 +0100
+++ b/.hgtags Mon Oct 19 09:22:51 2015 +0100
@@ -642,3 +642,5 @@
e3445769412d69411988241bef34fd1d652a37d1 icedtea-2.6-branchpoint
2545636482d69e70bf482d41ba18dba27798f495 icedtea-2.6.1
7a91bf11c82bd794b7d6f63187345ebcbe07f37c jdk7u85-b02
+10bb9df77e39518afc9f65e7fdc7328bb0fb80dd icedtea-2.6.2pre01
+0445c54dcfb6cd523525a07eec0f2b26c43eb3c4 icedtea-2.6.2pre02
diff -r 10bb9df77e39 -r f1ce1af43a85 src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java
--- a/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Wed Oct 14 05:35:34 2015 +0100
+++ b/src/share/classes/org/omg/CORBA_2_3/portable/InputStream.java Mon Oct 19 09:22:51 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