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
src/java.sql/share/classes

@ -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.
*
* 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">
* Lesson:JDBC Basics(The Javaxx Tutorials &gt; JDBC&trade; Database Access)</a>
*
* <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
* <i>JDBC&trade; API Tutorial and Reference, Third Edition</i></a>
* <li>&ldquo;<i>JDBC&trade; API Tutorial and Reference, Third Edition</i>&rdquo;
* </ul>
*/
package java.sql;

@ -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.
* <p>
* This code is free software; you can redistribute it and/or modify it
@ -287,8 +287,7 @@
* package:
*
* <ul>
* <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
* <i>JDBC&#8482;API Tutorial and Reference, Third Edition</i></a>
* <li>&ldquo;<i>JDBC&#8482;API Tutorial and Reference, Third Edition</i>&rdquo;
* </ul>
*/
package javax.sql;