提交 affb2467 编写于 作者: JenkinsInChina's avatar JenkinsInChina

Format the mess codes

上级 fe1fc38b
...@@ -436,10 +436,10 @@ public class UpdateCenter extends AbstractModelObject implements Saveable, OnMas ...@@ -436,10 +436,10 @@ public class UpdateCenter extends AbstractModelObject implements Saveable, OnMas
@Restricted(DoNotUse.class) // WebOnly @Restricted(DoNotUse.class) // WebOnly
public HttpResponse doIncompleteInstallStatus() { public HttpResponse doIncompleteInstallStatus() {
try { try {
Map<String,String> jobs = InstallUtil.getPersistedInstallStatus(); Map<String,String> jobs = InstallUtil.getPersistedInstallStatus();
if(jobs == null) { if(jobs == null) {
jobs = Collections.emptyMap(); jobs = Collections.emptyMap();
} }
return HttpResponses.okJSON(jobs); return HttpResponses.okJSON(jobs);
} catch (Exception e) { } catch (Exception e) {
return HttpResponses.errorJSON(String.format("ERROR: %s", e.getMessage())); return HttpResponses.errorJSON(String.format("ERROR: %s", e.getMessage()));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册