ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/intro.html
(Generate patch)

Comparing jsr166/src/main/intro.html (file contents):
Revision 1.21 by jsr166, Sun Nov 18 18:03:10 2012 UTC vs.
Revision 1.22 by jsr166, Sun Jan 13 17:44:16 2013 UTC

# Line 30 | Line 30 | standardized extensible frameworks, as w
30   provide useful functionality and are otherwise tedious or difficult to
31   implement.
32  
33 < <p>JSR-166 focusses on breadth, providing critical functionality
33 > <p>JSR-166 focuses on breadth, providing critical functionality
34   useful across a wide range of concurrent programming styles and
35   applications, ranging from low-level atomic operations, to
36   customizable locks and synchronization aids, to various concurrent
# Line 60 | Line 60 | Three minor changes are introduced to th
60   class:
61   <ul>
62    <li> It now allows per-thread installation of handlers for uncaught
63 <  exceptions. Ths optionally disassociates handlers from ThreadGroups,
63 >  exceptions. This optionally disassociates handlers from ThreadGroups,
64    which has proven to be too inflexible. (Note that the combination of
65    features in JSR-166 make ThreadGroups even less likely to be used in
66    most programs. Perhaps they will eventually be deprecated.)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines