Fix OcPlatform.Configure() to ensure start() is called properly
authorLarry Sachs <larry.j.sachs@intel.com>
Thu, 9 Mar 2017 22:11:40 +0000 (14:11 -0800)
committerRick Bell <richard.s.bell@intel.com>
Mon, 13 Mar 2017 16:34:47 +0000 (16:34 +0000)
commitce69a1956cce8d174e9aa6f6c6dd7b3c43955a53
tree45379e241a68124f3577d8a19930d6c652ce1749
parent140ed7a8076919160f98633573bd78aec2a11ed6
Fix OcPlatform.Configure() to ensure start() is called properly

Fixes [IOT-1908].

The recent commit of https://gerrit.iotivity.org/gerrit/#/c/17685/
requires OcPlatform.start() be called after OcPlatform.configure()

Change-Id: I5b721ff24c4b673b5741c14f4c7ed3331b9e536d
Signed-off-by: Larry Sachs <larry.j.sachs@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/17809
Tested-by: jenkins-iotivity <jenkins@iotivity.org>
Reviewed-by: George Nash <george.nash@intel.com>
Reviewed-by: jihwan seo <jihwan.seo@samsung.com>
Reviewed-by: Rick Bell <richard.s.bell@intel.com>
java/iotivity-android/src/main/java/org/iotivity/base/OcPlatform.java
java/iotivity-linux/src/main/java/org/iotivity/base/OcPlatform.java