This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf-cave.git


The following commit(s) were added to refs/heads/master by this push:
     new 281f15e  Fix javadoc
281f15e is described below

commit 281f15e7a7a3b11fa812ac4eca4130cec1a98649
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Sat Mar 3 05:17:41 2018 +0100

    Fix javadoc
---
 .../main/java/org/apache/karaf/cave/server/maven/ThreadFactory.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/server/maven/src/main/java/org/apache/karaf/cave/server/maven/ThreadFactory.java
 
b/server/maven/src/main/java/org/apache/karaf/cave/server/maven/ThreadFactory.java
index 485b439..825533a 100644
--- 
a/server/maven/src/main/java/org/apache/karaf/cave/server/maven/ThreadFactory.java
+++ 
b/server/maven/src/main/java/org/apache/karaf/cave/server/maven/ThreadFactory.java
@@ -20,8 +20,8 @@ import java.util.concurrent.atomic.AtomicInteger;
 
 /**
  * A {@link ThreadFactory} which sets the thread name to an unique name.
- * <p/>
- * The thread name uses the following syntax <tt>name #counter</tt>, where 
counter in an unique counter, starting from 1.
+ *
+ * <p>The thread name uses the following syntax <tt>name #counter</tt>, where 
counter in an unique counter, starting from 1.</p>
  */
 public final class ThreadFactory implements java.util.concurrent.ThreadFactory 
{
 

-- 
To stop receiving notification emails like this one, please contact
jbono...@apache.org.

Reply via email to