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
ac7f2718
Commit
ac7f2718
authored
2 years ago
by
Anil Kumar Gupta
Browse files
Options
Download
Patches
Plain Diff
Issue #KN-439 feat: Fixed ClassCast issue.
parent
b32748ab
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 @
ac7f2718
...
...
@@ -100,7 +100,7 @@ object CSPMetaUtil {
val
values
=
data
.
get
(
"values"
)
val
updatedValues
=
values
match
{
case
x
:
List
[
AnyRef
]
=>
x
.
map
(
value
=>
StringUtils
.
replaceEach
(
value
.
asInstanceOf
[
String
]
,
basePaths
,
repArray
))
case
x
:
List
[
AnyRef
]
=>
x
.
map
(
value
=>
getBasePath
(
""
,
value
,
basePaths
,
repArray
))
case
_
=>
values
}
...
...
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