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 8339028  Fix javadoc error
8339028 is described below

commit 83390280d2ebaaaa0992b35da90e617d69f5717a
Author: jbonofre <jbono...@apache.org>
AuthorDate: Wed Sep 2 15:10:16 2020 +0200

    Fix javadoc error
---
 .../org/apache/karaf/cave/repository/service/maven/ThreadFactory.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/repository/service/src/main/java/org/apache/karaf/cave/repository/service/maven/ThreadFactory.java
 
b/repository/service/src/main/java/org/apache/karaf/cave/repository/service/maven/ThreadFactory.java
index b79ccd0..6e6fd40 100644
--- 
a/repository/service/src/main/java/org/apache/karaf/cave/repository/service/maven/ThreadFactory.java
+++ 
b/repository/service/src/main/java/org/apache/karaf/cave/repository/service/maven/ThreadFactory.java
@@ -21,7 +21,7 @@ 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 <code>name #counter</code>, where 
counter in an unique counter, starting from 1.
  */
 public final class ThreadFactory implements java.util.concurrent.ThreadFactory 
{
 

Reply via email to