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
992d3309
Commit
992d3309
authored
Jan 27, 2021
by
harshit aggarwal
Browse files
minor indentation fix
parent
ee670159
Pipeline
#23712
failed with stages
in 52 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
wks-core/src/main/java/org/opengroup/osdu/wks/util/RelationshipBlockHandler.java
View file @
992d3309
...
...
@@ -68,6 +68,7 @@ public class RelationshipBlockHandler {
List
<
String
>
ids
=
relationship
.
getIds
();
rawIds
.
addAll
(
ids
);
}
List
<
Relationship
>
wksRelationships
=
fetchWksRelationships
(
rawRelationships
);
Iterator
<
Relationship
>
relationshipIterator
=
rawRelationships
.
iterator
();
Iterator
<
Relationship
>
wksRelationshipIterator
=
wksRelationships
.
iterator
();
...
...
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