ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/Executors.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/Executors.java (file contents):
Revision 1.80 by jsr166, Sun Oct 21 06:14:12 2012 UTC vs.
Revision 1.81 by jsr166, Sun Nov 18 18:03:11 2012 UTC

# Line 336 | Line 336 | public class Executors {
336       * current thread's access control context to create threads with
337       * the selected permission settings holding within that action.
338       *
339 <     * <p> Note that while tasks running within such threads will have
339 >     * <p>Note that while tasks running within such threads will have
340       * the same access control and class loader settings as the
341       * current thread, they need not have the same {@link
342       * java.lang.ThreadLocal} or {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines