add: test
This commit is contained in:
@@ -78,9 +78,6 @@ 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