Skip to content

Commit 3df7426

Browse files
authored
Update LoggerStackTraceUtil.java
1 parent 9c0268c commit 3df7426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)