Skip to content

Commit 669a079

Browse files
authored
Update LoggerStackTraceUtil.java
1 parent 6f3a782 commit 669a079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/devopsdemo/utilities/LoggerStackTraceUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class LoggerStackTraceUtil {
99
private static final Logger LOG =LoggerFactory.getLogger(LoggerStackTraceUtil.class);
1010
private int maxCount=3;
1111

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

0 commit comments

Comments
 (0)