Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Spotless Apply
Browse files Browse the repository at this point in the history
zhuxt2015 authored and github-actions[bot] committed Oct 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent aab04fe commit d1e900f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -180,7 +180,8 @@ public boolean success() {
history.setClusterId(clusterId);
historyService.updateById(history);

if (job.getJobConfig().isStatementSet() && (Asserts.isNullCollection(job.getJids()) || Asserts.isNullString(job.getJobManagerAddress()))) {
if (job.getJobConfig().isStatementSet()
&& (Asserts.isNullCollection(job.getJids()) || Asserts.isNullString(job.getJobManagerAddress()))) {
throw new BusException("The JobID or JobManagerAddress is null. ");
}

0 comments on commit d1e900f

Please sign in to comment.