You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2021/07/30 14:40:35 UTC

[activemq-artemis] branch main updated: NO-JIRA: remove invalid tt tag usage to get javadoc building on Java 11

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new ff9346d  NO-JIRA: remove invalid tt tag usage to get javadoc building on Java 11
ff9346d is described below

commit ff9346d670716b08edadbd24e42e0b6affad8eff
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Fri Jul 30 15:39:20 2021 +0100

    NO-JIRA: remove invalid tt tag usage to get javadoc building on Java 11
---
 .../java/org/apache/activemq/broker/artemiswrapper/InVMNameParser.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/InVMNameParser.java b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/InVMNameParser.java
index facbe24..0e7bc1a 100644
--- a/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/InVMNameParser.java
+++ b/tests/activemq5-unit-tests/src/main/java/org/apache/activemq/broker/artemiswrapper/InVMNameParser.java
@@ -25,7 +25,6 @@ import java.util.Properties;
 
 /**
  * @author <a href="mailto:ovidiu@feodorov.com">Ovidiu Feodorov</a>
- * @version <tt>$Revision: 2868 $</tt>
  */
 public class InVMNameParser implements NameParser, Serializable {
    // Constants -----------------------------------------------------