Commit 9c0c5657 authored by Kumar Gauraw's avatar Kumar Gauraw
Browse files

Issue #IQ-193 fix: updated code

Showing with 1 addition and 1 deletion
+1 -1
......@@ -139,7 +139,7 @@ object CSPMetaUtil {
}
case r: java.util.Map[String, AnyRef] => {
val updatedObjString = StringUtils.replaceEach(JsonUtils.serialize(r), oldPath, newPath)
val updatedData = JsonUtils.deserialize(updatedObjString, classOf[java.util.List[AnyRef]])
val updatedData = JsonUtils.deserialize(updatedObjString, classOf[java.util.Map[String, AnyRef]])
updatedData
}
case s: util.List[AnyRef] => {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment