Skip to content

Commit daaed80

Browse files
authored
update LoggerStackTraceUtil.java
1 parent 22b19f1 commit daaed80

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
@@ -3,7 +3,7 @@
33
import org.slf4j.Logger;
44
import org.slf4j.LoggerFactory;
55

6-
/// Class used to log the print stack trace items
6+
//// Class used to log the print stack trace items
77
public class LoggerStackTraceUtil {
88

99
private static final Logger LOG =LoggerFactory.getLogger(LoggerStackTraceUtil.class);

0 commit comments

Comments
 (0)