Fix WorkflowContext.getDelay() unit conversion 71/5271/1
authorGary Wu <gary.i.wu@huawei.com>
Tue, 9 May 2017 18:30:35 +0000 (11:30 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 9 May 2017 18:30:35 +0000 (11:30 -0700)
commit413e175d19e46ae7de47ed8199a530eca82e1771
treeb905369e42bee683c18f2068730ae7c99bb586e8
parentb1e5734ef566af5d49ba17d05ca0ab7b56d6666d
Fix WorkflowContext.getDelay() unit conversion

The duration numbers in getDelay() are all
expressed in milliseconds; the call to
TimeUnit.convert() is fixed to specify milliseconds.

Change-Id: I6b466f7a40a05ebe4afb1c3c39fb862eef2ae40d
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/workflow/service/WorkflowContext.java