You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2022/10/06 11:17:03 UTC

[GitHub] [activemq-artemis] gtully commented on a diff in pull request #4241: ARTEMIS-4025 - trap failure to apply properties as errors and report …

gtully commented on code in PR #4241:
URL: https://github.com/apache/activemq-artemis/pull/4241#discussion_r988905681


##########
artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java:
##########
@@ -2852,13 +3038,14 @@ public Configuration setSuppressSessionNotifications(boolean suppressSessionNoti
    }
 
    @Override
-   public String getStatus() {
-      return status;
+   public synchronized String getStatus() {

Review Comment:
   yep, not needed.. thanks



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org