[jboss-cvs] JBossAS SVN: r91976 - projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 4 16:57:15 EDT 2009


Author: david.lloyd at jboss.com
Date: 2009-08-04 16:57:15 -0400 (Tue, 04 Aug 2009)
New Revision: 91976

Modified:
   projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/JBossThreadFactory.java
Log:
javadoc

Modified: projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/JBossThreadFactory.java
===================================================================
--- projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/JBossThreadFactory.java	2009-08-04 20:54:24 UTC (rev 91975)
+++ projects/jboss-threads/trunk/main/src/main/java/org/jboss/threads/JBossThreadFactory.java	2009-08-04 20:57:15 UTC (rev 91976)
@@ -49,7 +49,8 @@
     private static final AtomicLong factoryIndexSequence = new AtomicLong(1L);
 
     /**
-     * Construct a new instance.
+     * Construct a new instance.  The access control context of the calling thread will be the one used to create
+     * new threads if a security manager is installed.
      *
      * @param threadGroup the thread group to assign threads to by default (may be {@code null})
      * @param daemon whether the created threads should be daemon threads, or {@code null} to use the thread group's setting




More information about the jboss-cvs-commits mailing list