From beec66ded8349088af0b008ae1682b6447926c04 Mon Sep 17 00:00:00 2001 From: Russ Poetker Date: Thu, 14 Sep 2023 14:07:57 -0400 Subject: [PATCH] Clean comment --- .../src/main/java/org/eclipse/pass/main/JmsConfiguration.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pass-core-main/src/main/java/org/eclipse/pass/main/JmsConfiguration.java b/pass-core-main/src/main/java/org/eclipse/pass/main/JmsConfiguration.java index 0f58c998..8b9f445a 100644 --- a/pass-core-main/src/main/java/org/eclipse/pass/main/JmsConfiguration.java +++ b/pass-core-main/src/main/java/org/eclipse/pass/main/JmsConfiguration.java @@ -187,7 +187,9 @@ public BrokerService brokerService(@Value("${spring.activemq.broker-url}") Strin * This Bean override for RefreshableElide is needed because of the `withUpdate200Status` setting. * If Elide adds this to the config props, then it can be set application.yml, but until then, * this is the only way of changing this setting. - * The other setting were pulled from the ElideAutoConfiguration.getRefreshableElide method. + *

+ * The other settings were copied from the ElideAutoConfiguration.getRefreshableElide method. + * * @param dictionary the elide dictionary * @param dataStore the elide datastore * @param headerProcessor the elide header processor