Closed Ant-hem closed 4 years ago
using aroundPrecision in multipleQueries would cause: java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.lang.CharSequence
java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.lang.CharSequence
The fix is a work-around to catch aroundPrecision in toQueryParams.
aroundPrecision
toQueryParams
Describe your change
using aroundPrecision in multipleQueries would cause:
java.lang.ClassCastException: java.util.LinkedHashMap cannot be cast to java.lang.CharSequence
The fix is a work-around to catch
aroundPrecision
intoQueryParams
.