RFR 8059997: Fix broken link in WebRowSet javadoc

Lance Andersen lance.andersen at oracle.com
Thu Oct 9 19:33:30 UTC 2014


Hi all

 need a reviewer for the following change to address a broken link  in the WebRowSet javadoc:

hg diff src/java.sql.rowset/share/classes/javax/sql/rowset/WebRowSet.java
diff -r f71379c4864f src/java.sql.rowset/share/classes/javax/sql/rowset/WebRowSet.java
--- a/src/java.sql.rowset/share/classes/javax/sql/rowset/WebRowSet.java	Wed Oct 08 11:51:36 2014 -0400
+++ b/src/java.sql.rowset/share/classes/javax/sql/rowset/WebRowSet.java	Thu Oct 09 15:28:25 2014 -0400
@@ -56,7 +56,7 @@
  * organization. The SQL/XML definition is available at the following URI:
  * <ul>
  * <li>
- * <a href="http://standards.iso.org/iso/9075/2002/12/sqlxml">http://standards.iso.org/iso/9075/2002/12/sqlxml</a>
+ * <a href="http://standards.iso.org/iso/9075/2002/12/sqlxml.xsd">http://standards.iso.org/iso/9075/2002/12/sqlxml.xsd</a>
  * </li>
  * </ul>
  * The schema definition describes the internal data of a {@code RowSet} object
ljanders-mac:jdk ljanders$ 


Best,
Lance


Lance Andersen| Principal Member of Technical Staff | +1.781.442.2037
Oracle Java Engineering 
1 Network Drive 
Burlington, MA 01803
Lance.Andersen at oracle.com






More information about the core-libs-dev mailing list