Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
melodic-upperware
Commits
eccdcdb3
Commit
eccdcdb3
authored
May 20, 2022
by
Jan Marchel
Browse files
small change for test
parent
68602594
Pipeline
#21184
passed with stages
in 11 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cp_generator/src/main/java/eu/paasage/upperware/profiler/generator/communication/impl/NodeCandidatesFetchingServiceImpl.java
View file @
eccdcdb3
...
...
@@ -105,7 +105,7 @@ public class NodeCandidatesFetchingServiceImpl implements NodeCandidatesFetching
List
<
org
.
activeeon
.
morphemic
.
model
.
NodeType
>
nodeTypesProactive
=
new
ArrayList
<>();
nodeTypes
.
forEach
(
nodeType
->
nodeTypesProactive
.
add
(
org
.
activeeon
.
morphemic
.
model
.
NodeType
.
getByName
(
nodeType
.
name
())));
nodeTypeRequirement
.
setNodeTypes
(
nodeTypesProactive
);
nodeTypeRequirement
.
setJobIdFor
BYON
(
resourceName
);
nodeTypeRequirement
.
setJobIdFor
EDGE
(
resourceName
);
log
.
info
(
"NodeCandidatesFetchingServiceImpl->createNodeTypeRequirement: created nodeTypeRequirement: {}"
,
nodeTypeRequirement
);
return
nodeTypeRequirement
;
}
...
...
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