Skip to content

Commit e6841ca

Browse files
author
oleg
committed
BKNDLSS-22839 [Android SDK] Request with props for json column returns error
1 parent 7d231e2 commit e6841ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/backendless/persistence/JsonDTOAdaptingType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public Object defaultAdapt( ReferenceCache referenceCache )
8282
{
8383
try
8484
{
85-
return adapt( HashMap.class, referenceCache );
85+
return adapt( Object.class, referenceCache );
8686
}
8787
catch( AdaptingException exception )
8888
{

0 commit comments

Comments
 (0)