Skip to content

Commit

Permalink
Update LoggerStackTraceUtil.java
Browse files Browse the repository at this point in the history
  • Loading branch information
leaddevops authored Dec 10, 2023
1 parent 9c0268c commit 3df7426
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public class LoggerStackTraceUtil {
private static final Logger LOG =LoggerFactory.getLogger(LoggerStackTraceUtil.class);
private int maxCount=3;

/**
/***
* @param th - The exception that was thrown and to be logged.
* @return at very least the 1st error, if stacktrace is more than 1, then it also
* returns the immediate cause
Expand Down

0 comments on commit 3df7426

Please sign in to comment.