Skip to content

Commit

Permalink
#474 remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopeng-he committed Aug 16, 2018
1 parent a9c9034 commit 7e2c859
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ public final class SaturnSystemReturnCode {
/** 作业执行不参与计数 */
public static final int JOB_NO_COUNT = 9999;

public static boolean include(int returnCode) {
return returnCode == SUCCESS || returnCode == SYSTEM_FAIL || returnCode == USER_FAIL
|| returnCode == JOB_NO_COUNT;
}

}

0 comments on commit 7e2c859

Please sign in to comment.