diff --git a/xdocs/index.xml b/xdocs/index.xml index dc139ef6e..75ac9a987 100644 --- a/xdocs/index.xml +++ b/xdocs/index.xml @@ -12,7 +12,7 @@

-The introduction of the Collections API by Sun in JDK 1.2 has been a +The introduction of the Collections API by Sun in JDK 1.2 has been a boon to quick and effective Java programming. Ready access to powerful data structures has accelerated development by reducing the need for custom container classes around each core object. Most Java2