Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-M4, 1.0-M5
-
Security Level: public (Regular issues)
-
None
Description
Changing state is synchronized, reading it should be also.
- public DeploymentStatus getDeploymentStatus() {
+ public synchronized DeploymentStatus getDeploymentStatus() { return new Status(command, action, state, message); }