coolbeevip commented on a change in pull request #599: SCB-1604 modify
InterruptedException
URL: https://github.com/apache/servicecomb-pack/pull/599#discussion_r347747129
##########
File path:
alpha/alpha-fsm/src/main/java/org/apache/servicecomb/pack/alpha/fsm/spring/integration/akka/SpringAkkaExtension.java
##########
@@ -44,7 +44,7 @@ public SpringExt createExtension(ExtendedActorSystem system)
{
public static class SpringExt implements Extension {
private static final String omegaCallbackBeanName = "omegaCallback";
- private volatile ApplicationContext applicationContext;
+ private ApplicationContext applicationContext;
Review comment:
I don't advise you remove volatile
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services