add: test
This commit is contained in:
@@ -79,6 +79,8 @@ public class FlwDeployServiceImpl extends FlowServiceNoFactory implements FlwDep
|
|||||||
List<FlwDeployEntity> list = new ArrayList<>();
|
List<FlwDeployEntity> list = new ArrayList<>();
|
||||||
if (deployments != null) {
|
if (deployments != null) {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
list = deployments.stream()
|
list = deployments.stream()
|
||||||
.map(source -> {
|
.map(source -> {
|
||||||
FlwDeployEntity target = new FlwDeployEntity();
|
FlwDeployEntity target = new FlwDeployEntity();
|
||||||
|
|||||||
Reference in New Issue
Block a user