Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
9c0c5657
Commit
9c0c5657
authored
2 years ago
by
Kumar Gauraw
Browse files
Options
Download
Patches
Plain Diff
Issue #IQ-193 fix: updated code
parent
aa54baa8
release-5.2.0
knowlg-oneclick
patch-1
patch-2
patch-3
release-5.2.0_RC2
release-5.2.0_RC1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ontology-engine/graph-core_2.11/src/main/scala/org/sunbird/graph/util/CSPMetaUtil.scala
+1
-1
...1/src/main/scala/org/sunbird/graph/util/CSPMetaUtil.scala
with
1 addition
and
1 deletion
+1
-1
ontology-engine/graph-core_2.11/src/main/scala/org/sunbird/graph/util/CSPMetaUtil.scala
+
1
−
1
View file @
9c0c5657
...
...
@@ -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
]
=>
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets