8225322: Broken links in java.sql

Reviewed-by: darcy, jjg
This commit is contained in:
Lance Andersen 2019-06-09 05:56:46 -04:00
parent 96a1333c77
commit 000df1402b
2 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* *
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -336,8 +336,7 @@
* <li><a href="http://docs.oracle.com/javase/tutorial/jdbc/basics/index.html"> * <li><a href="http://docs.oracle.com/javase/tutorial/jdbc/basics/index.html">
* Lesson:JDBC Basics(The Javaxx Tutorials &gt; JDBC&trade; Database Access)</a> * Lesson:JDBC Basics(The Javaxx Tutorials &gt; JDBC&trade; Database Access)</a>
* *
* <li><a href="http://www.oracle.com/technetwork/java/index-142838.html"> * <li>&ldquo;<i>JDBC&trade; API Tutorial and Reference, Third Edition</i>&rdquo;
* <i>JDBC&trade; API Tutorial and Reference, Third Edition</i></a>
* </ul> * </ul>
*/ */
package java.sql; package java.sql;

View file

@ -1,5 +1,5 @@
/** /**
* Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved. * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* <p> * <p>
* This code is free software; you can redistribute it and/or modify it * This code is free software; you can redistribute it and/or modify it
@ -287,8 +287,7 @@
* package: * package:
* *
* <ul> * <ul>
* <li><a href="http://www.oracle.com/technetwork/java/index-142838.html"> * <li>&ldquo;<i>JDBC&#8482;API Tutorial and Reference, Third Edition</i>&rdquo;
* <i>JDBC&#8482;API Tutorial and Reference, Third Edition</i></a>
* </ul> * </ul>
*/ */
package javax.sql; package javax.sql;