Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Enrichment
wks
Commits
a180ead4
Commit
a180ead4
authored
Feb 03, 2021
by
harshit aggarwal
Browse files
Fixing broken ITs
parent
308ff5c7
Pipeline
#24615
failed with stages
in 2 minutes and 24 seconds
Changes
21
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
wks-core/src/main/java/org/opengroup/osdu/wks/util/WksIdGenerator.java
View file @
a180ead4
...
...
@@ -26,7 +26,7 @@ public class WksIdGenerator {
targetSchemaKindInMapping
=
targetSchemaKindInMapping
.
replace
(
Constants
.
COLON_SEPARATOR
,
Constants
.
POINT
);
String
[]
kindStrArr
=
targetSchemaKind
.
split
(
Constants
.
COLON_SEPARATOR
);
return
idStrArr
[
0
]
+
Constants
.
COLON_SEPARATOR
+
Constants
.
WKS_KIND
+
Constants
.
COLON_SEPARATOR
+
kindStrArr
[
2
]
return
idStrArr
[
0
]
+
Constants
.
COLON_SEPARATOR
+
kindStrArr
[
2
]
+
Constants
.
COLON_SEPARATOR
+
Constants
.
WKS_KIND
+
Constants
.
DASH
+
uniqueId
+
Constants
.
POINT
+
targetSchemaKindInMapping
;
}
}
\ No newline at end of file
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment