ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin

This commit is contained in:
Robbie Gemmell 2022-10-17 11:06:48 +01:00
parent e1e728a28e
commit 8c209adc99
1 changed files with 1 additions and 1 deletions

View File

@ -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);