Change & to && 89/59289/1
authorAnisha Kumar <anishax.kumar@intel.com>
Mon, 6 Aug 2018 22:16:28 +0000 (15:16 -0700)
committerAnisha Kumar <anishax.kumar@intel.com>
Mon, 6 Aug 2018 22:16:34 +0000 (15:16 -0700)
commite8297045eb382a4a3b917e3e89ec431209f84354
tree69bd3b9a2167be1659eaed642d28baf3a0908a16
parentb4b11aab90ea69704b95d1a5c9658f05e238b78b
Change & to &&

The boolean expression on line 243 requires two "&"
instead of one.

Issue-ID: SO-666
Change-Id: I3965119a223063e9bcee8a5ca807791b41f63410
Signed-off-by: Anisha Kumar <anishax.kumar@intel.com>
bpmn/so-bpmn-tasks/src/main/java/org/onap/so/client/adapter/network/mapper/NetworkAdapterObjectMapper.java