Commit 554b9508 by 赵天增

代码规范

parent 358b1b0b
......@@ -81,7 +81,7 @@ public class ApplicationsController {
for (String appName : minus(servicesList.getServices(),appNames)) {
Application group = new Application(appName.toUpperCase());
group.setStatus("OFFINE");
group.setInstances(Collections.EMPTY_LIST);
group.setInstances(Collections.emptyList());
applicationFlux = applicationFlux.concatWithValues(group);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment