You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/09/23 01:19:01 UTC

svn commit: r578524 - /geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-common/src/main/java/org/apache/geronimo/gshell/remote/util/NamedThreadFactory.java

Author: jdillon
Date: Sat Sep 22 16:19:00 2007
New Revision: 578524

URL: http://svn.apache.org/viewvc?rev=578524&view=rev
Log:
Add some javadoc

Modified:
    geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-common/src/main/java/org/apache/geronimo/gshell/remote/util/NamedThreadFactory.java

Modified: geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-common/src/main/java/org/apache/geronimo/gshell/remote/util/NamedThreadFactory.java
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-common/src/main/java/org/apache/geronimo/gshell/remote/util/NamedThreadFactory.java?rev=578524&r1=578523&r2=578524&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-common/src/main/java/org/apache/geronimo/gshell/remote/util/NamedThreadFactory.java (original)
+++ geronimo/sandbox/gshell/trunk/gshell-remote/gshell-remote-common/src/main/java/org/apache/geronimo/gshell/remote/util/NamedThreadFactory.java Sat Sep 22 16:19:00 2007
@@ -26,7 +26,8 @@
 import org.slf4j.LoggerFactory;
 
 /**
- * ???
+ * A {@link ThreadFactory} which automatically generates thread names based off of a
+ * pre-configured basename passed in during construction and a unique index.
  *
  * @version $Rev$ $Date$
  */