--- jsr166/src/main/intro.html 2004/10/17 11:45:00 1.18 +++ jsr166/src/main/intro.html 2004/11/21 01:40:32 1.19 @@ -10,15 +10,18 @@ by Doug Lea

-This is the updated JSR166 specification. For further information, go -to: http://altair.cs.oswego.edu/mailman/listinfo/concurrency-interest. -

Note: The javadocs here includes some existing java.util -Collection interfaces and classes that are not part of the JSR-166 -spec, but are included because JSR-166 methods implement or inherit -from their specifications. +

Note: The javadocs here do not include pre-existing +java classes (for example java.lang.Thread) that were changed +as part of the JSR166 spec. On the other hand, the javadocs here so +include some existing java.util Collection interfaces and classes that +are not part of the spec, but are included because some new methods +implement or inherit from their specifications. +

JSR-166 introduces package java.util.concurrent containing utility classes commonly useful in concurrent