RFR 8225322: Broken links in java.sql

Joe Darcy joe.darcy at oracle.com
Sat Jun 8 21:16:52 UTC 2019


+1

-Joe

On 6/8/2019 1:36 PM, Lance Andersen wrote:
> Hi all,
>
> Please review this update to the java.sql package javadocs which addresses  a broken  URL on OTN  as the page is no longer being available.
>
> —————
> $ !hg
> hg diff
> diff -r d22206f24d59 src/java.sql/share/classes/java/sql/package-info.java
> --- a/src/java.sql/share/classes/java/sql/package-info.java	Sun Jun 02 17:13:31 2019 -0400
> +++ b/src/java.sql/share/classes/java/sql/package-info.java	Sat Jun 08 16:34:00 2019 -0400
> @@ -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 > JDBC™ Database Access)</a>
>    *
> - *  <li><a href="http://www.oracle.com/technetwork/java/index-142838.html">
> - *           <i>JDBC™ API Tutorial and Reference, Third Edition</i></a>
> + *  <li>“<i>JDBC™ API Tutorial and Reference, Third Edition</i>”
>    * </ul>
>    */
>   package java.sql;
> diff -r d22206f24d59 src/java.sql/share/classes/javax/sql/package-info.java
> --- a/src/java.sql/share/classes/javax/sql/package-info.java	Sun Jun 02 17:13:31 2019 -0400
> +++ b/src/java.sql/share/classes/javax/sql/package-info.java	Sat Jun 08 16:34:00 2019 -0400
> @@ -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™API Tutorial and Reference, Third Edition</i></a>
> + * <li>“<i>JDBC™API Tutorial and Reference, Third Edition</i>”
>    * </ul>
>    */
>   package javax.sql;
> ljanders-mac:open ljanders$
> ---------------
>   <http://oracle.com/us/design/oracle-email-sig-198324.gif>
>   <http://oracle.com/us/design/oracle-email-sig-198324.gif> <http://oracle.com/us/design/oracle-email-sig-198324.gif>
>   <http://oracle.com/us/design/oracle-email-sig-198324.gif>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 <mailto:Lance.Andersen at oracle.com>
>
>
>


More information about the core-libs-dev mailing list