Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
apurbraj committed May 30, 2024
1 parent 230ec27 commit 2850244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ private boolean checkCondition() {
return statusCode == 200;
} catch (Exception e) {

e.printStackTrace();
logger.error(e.getMessage());
return false;
}

Expand Down

0 comments on commit 2850244

Please sign in to comment.