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.53 by dl, Sun May 15 23:56:37 2005 UTC vs.
Revision 1.54 by jsr166, Wed May 18 01:44:45 2005 UTC

# Line 252 | Line 252 | public class Executors {
252       * java.lang.SecurityManager}, it uses the group of {@link
253       * System#getSecurityManager}, else the group of the thread
254       * invoking this <tt>defaultThreadFactory</tt> method. Each new
255 <     * thread is created as a non-daemon thread with priority set to
255 >     * thread is created as a non-daemon thread with priority set to
256       * the smaller of <tt>Thread.NORM_PRIORITY</tt> and the maximum
257       * priority permitted in the thread group.  New threads have names
258       * accessible via {@link Thread#getName} of

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines