GitHub user ahgittin opened a pull request:
https://github.com/apache/brooklyn-server/pull/910
Misc cleanups
A few misc cleanups - especially `Tasks.of(name, body)` to facilitate
simple task creation.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ahgittin/brooklyn-server misc-cleanups
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/brooklyn-server/pull/910.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #910
----
commit 5310e51ad2579f8ea175cb779cab01b9a30f99e6
Author: Alex Heneveld <[email protected]>
Date: 2017-12-06T12:32:38Z
transformer should resolve deep
commit a3aaabda2143a12f36405ce684710b2b41941ff6
Author: Alex Heneveld <[email protected]>
Date: 2017-12-06T12:33:08Z
rename var as millis for readability
commit 64d4c1cc909e9e9e105d5e8095b637c6e6547ed3
Author: Alex Heneveld <[email protected]>
Date: 2017-12-06T12:33:19Z
conveniences for creating simple tasks with names
----
---