Fixed template issue on Android for arch types armeabi or x86.
authorJoseph Morrow <joseph.l.morrow@intel.com>
Fri, 29 May 2015 21:28:05 +0000 (17:28 -0400)
committerErich Keane <erich.keane@intel.com>
Fri, 29 May 2015 23:15:26 +0000 (23:15 +0000)
commit060bc1d361890320319f8b0ab30ec3ba905c57bf
tree4a0f31e51ebe495117a08eb77176211d903e6b34
parenta7f774be00a444a475d84db1177feba86e45ede7
Fixed template issue on Android for arch types armeabi or x86.

The issue arises because Jave templates expect the Object
type to be used and not the primitive type.Other compilers
other than armeabi and x86 (at least reproducible for
armeabi-v7a) properly convert the primitive types to their
object form.

Change-Id: I6f4916b2e6d6699c58018baf25269c369eee01a5
Signed-off-by: Joseph Morrow <joseph.l.morrow@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/1153
Reviewed-by: Erich Keane <erich.keane@intel.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
android/android_api/base/src/main/java/org/iotivity/base/OcRepresentation.java