JDK-8133774 : typo "Collectdions" in page title of collections framework documentation
  • Type: Bug
  • Component: docs
  • Sub-Component: guides
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-08-17
  • Updated: 2018-02-08
  • Resolved: 2017-09-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u161Fixed
Related Reports
Relates :  
Description
The Collections Framework guide's index page has a typo in the title (the browser title bar, not the page heading). See patch below:

diff -r 872d5b8505ba docs/technotes/guides/collections/index.html
--- a/docs/technotes/guides/collections/index.html    Thu Aug 06 08:07:47 2015 -0700
+++ b/docs/technotes/guides/collections/index.html    Mon Aug 17 15:51:36 2015 -0700
@@ -5,7 +5,7 @@
 "en-US">
 <head>
 <meta name="generator" content="HTML Tidy, see www.w3.org" />
-<title>The Collectdions Framework</title>
+<title>The Collections Framework</title>

 <style type="text/css">
 /*<![CDATA[*/ 


Comments
These particular docs were migrated into the javadoc doc-files in the jdk repo, and the typo was fixed there. Closing as "Not an Issue".
09-08-2017

The page is visible here: http://docs.oracle.com/javase/8/docs/technotes/guides/collections/index.html
01-12-2015