On 09/06/2017 14:15, Lance Andersen wrote:
Hi all,
This patches addresses the broken link reported in JDK-8181832
————
$ hg diff
diff -r 67ad6b89dd96
src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package.html
--- a/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package.html
Wed Jun 07 15:05:35 2017 -0400
+++ b/src/java.sql.rowset/share/classes/javax/sql/rowset/spi/package.html
Fri Jun 09 09:13:49 2017 -0400
@@ -119,7 +119,7 @@
techniques for maintaining the integrity of data. However, specific standards
groups have considered offering XML-based synchronization. For details, see
<PRE>
- <a href="http://www.syncml.org">http://www.syncml.org</a>
+ <a
href="http://www.openmobilealliance.org/wp/Affiliates/SyncML.html">http://www.openmobilealliance.org/wp/Affiliates/SyncML.html</a>
</PRE>
Would it be better to drop this paragraph and link completely?
I also wonder if the paragraphs about the RI should move into their own
section so that it is clear that they are implementation specific -
users of this API can't assume the two providers discussed are present.
-Alan