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>
Wed, 7 Oct 2015 14:09:28 +0000 (14:09 +0000)
commit620dc9e075f5dd3d2819c86519b6584728f8086f
tree580c53872c0930589e0a76bf030093b2de874e72
parent0e8a39085bca35a349e560e13f7d8a092aeba1c4
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/3651
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Uze Choi <uzchoi@samsung.com>
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