Declare a Runtime property for StatusReporter in Environment
`reporter` field is initialized in Environment's `initialize` method, however it was not declared. This caused the property to private, i.e. unaccessible from other classes. Declaring it with `Runtime` usage solves the problem Change-Id: Iee74139bb143bd3891bce8e317ef7c047ecf2517 Closes-bug: #1326363
This commit is contained in:
parent
59a4a7e71e
commit
f8687fdc52
@ -34,6 +34,10 @@ Properties:
|
||||
Contract: $.class(sys:SecurityGroupManager)
|
||||
Usage: Runtime
|
||||
|
||||
reporter:
|
||||
Contract: $.class(sys:StatusReporter)
|
||||
Usage: Runtime
|
||||
|
||||
Workflow:
|
||||
initialize:
|
||||
Body:
|
||||
|
Loading…
x
Reference in New Issue
Block a user