+1
On Jul 22, 2014, at 3:58 PM, Mike Duigou <mike.dui...@oracle.com> wrote:

> Hello all;
> 
> This is a tiny fix to the java.util package documentation to update the URL 
> of the Collections tutorial. The entire change is below. I have also checked 
> for other references to "http://www.java.sun.com/docs/books/tutorial/"; in the 
> jdk repo. This was the only instance.
> 
> https://bugs.openjdk.java.net/browse/JDK-6721085
> 
> Mike
> 
> diff --git a/src/share/classes/java/util/package.html 
> b/src/share/classes/java/u
> --- a/src/share/classes/java/util/package.html
> +++ b/src/share/classes/java/util/package.html
> @@ -43,7 +43,7 @@ classes (a string tokenizer, a random-nu
> <h2>Related Documentation</h2>
> For overviews, tutorials, examples, guides, and tool documentation, please 
> see:
> <ul>
> -    <li><a href="http://www.java.sun.com/docs/books/tutorial/collections/";>
> +    <li><a 
> href="http://docs.oracle.com/javase/tutorial/collections/index.html";
>        <b>Collections Framework Tutorial</b></a>
>     <li><a
>     href="../../../technotes/guides/collections/designfaq.html"><b>Collections
> 



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



Reply via email to