Android: Enhancement for the IOT-764
authorTim Kourt <tim.a.kourt@intel.com>
Tue, 6 Oct 2015 21:08:27 +0000 (14:08 -0700)
committerPatrick Lankswert <patrick.lankswert@intel.com>
Thu, 8 Oct 2015 04:38:17 +0000 (04:38 +0000)
commit31c79d96ec32be1c8e388349e0646379bfced67f
treee5df48f545817624444da3ac759b290b3b98e2fb
parent5cceb8d36477a010c6c0be1820ed72a02b5ab882
Android: Enhancement for the IOT-764

It is OK now to do the following:

OcRepresentation rep = new OcRepresentation();
OcRepresentation repNull = null;
rep.setValue("key", repNull);

Change-Id: I10d554490190561e40cc97c8a1973f6ace0478cd
Signed-off-by: Tim Kourt <tim.a.kourt@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3649
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Patrick Lankswert <patrick.lankswert@intel.com>
android/android_api/base/jni/JniOcRepresentation.cpp
android/android_api/base/src/androidTest/java/org/iotivity/base/OcRepresentationTest.java