Skip to content

Commit

Permalink
주석삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-hwi authored Aug 29, 2023
1 parent a1fe66d commit 85ef218
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,6 @@ public int start(String jobPath, String jobIdentifier, String[] parameters, Set<
return exitCodeMapper.intValue(jobExecution.getExitStatus().getExitCode());
} catch (NullPointerException e) {
String message = "Job Terminated in error: " + e.getMessage();
//2017.02.15 장동한 시큐어코딩(ES)-부적절한 예외 처리[CWE-253, CWE-440, CWE-754]
LOGGER.error("["+e.getClass()+"] Try/Catch...NullPointerException : " + e.getMessage());
EgovCommandLineRunner.message = message;
return exitCodeMapper.intValue(ExitStatus.FAILED.getExitCode());
Expand Down

0 comments on commit 85ef218

Please sign in to comment.