Re: RFR: 6721085 : (xxs) Fix broken link to Collections Framework Tutorial

2014-07-22 Thread Lance Andersen
+1
On Jul 22, 2014, at 3:58 PM, Mike Duigou  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
> Related Documentation
> For overviews, tutorials, examples, guides, and tool documentation, please 
> see:
> 
> -http://www.java.sun.com/docs/books/tutorial/collections/";>
> + href="http://docs.oracle.com/javase/tutorial/collections/index.html";
>Collections Framework Tutorial
>  href="../../../technotes/guides/collections/designfaq.html">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





RFR: 6721085 : (xxs) Fix broken link to Collections Framework Tutorial

2014-07-22 Thread Mike Duigou
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
 Related Documentation
 For overviews, tutorials, examples, guides, and tool documentation, please see:
 
-http://www.java.sun.com/docs/books/tutorial/collections/";>
+http://docs.oracle.com/javase/tutorial/collections/index.html";
Collections Framework Tutorial
 Collections