ARTEMIS 4007: tweak javadoc to stop build failure with newer javadoc plugin
This commit is contained in:
parent
e1e728a28e
commit
8c209adc99
|
@ -1433,7 +1433,7 @@ public interface Configuration {
|
||||||
|
|
||||||
String getStatus();
|
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. */
|
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
|
// 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);
|
void setStatus(String status);
|
||||||
|
|
Loading…
Reference in New Issue