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 2022/10/17 11:57:32 UTC

[activemq-artemis] 01/02: ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin

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

commit 8c209adc99b94dea1a8462279e00384ac305de22
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Mon Oct 17 11:06:48 2022 +0100

    ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin
---
 .../java/org/apache/activemq/artemis/core/config/Configuration.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java b/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
index cfd2c71f59..42ca44adf4 100644
--- a/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
+++ b/artemis-server/src/main/java/org/apache/activemq/artemis/core/config/Configuration.java
@@ -1433,7 +1433,7 @@ public interface Configuration {
 
    String getStatus();
 
-   /** This value can reflect a desired state (revision) of config. Useful when configurationFileRefreshPeriod > 0
+   /** This value can reflect a desired state (revision) of config. Useful when {@literal configurationFileRefreshPeriod > 0}.
        Eventually with some coordination we can update it from various server components. */
    // Inspired by https://kubernetes.io/docs/concepts/overview/working-with-objects/kubernetes-objects/#:~:text=The%20status%20describes%20the%20current,the%20desired%20state%20you%20supplied
    void setStatus(String status);