Skip to content

Commit 1bea580

Browse files
committed
minor comment edits
Signed-off-by: ceki <ceki@qos.ch>
1 parent bd07fdd commit 1bea580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

logback-classic/src/main/java/ch/qos/logback/classic/spi/LoggingEventVO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static LoggingEventVO build(ILoggingEvent le) {
8686
ledo.sequenceNumber = le.getSequenceNumber();
8787
ledo.throwableProxy = ThrowableProxyVO.build(le.getThrowableProxy());
8888
// add caller data only if it is there already
89-
// fixes http://jira.qos.ch/browse/LBCLASSIC-145
89+
// See also https://jira.qos.ch/browse/LOGBACK-480
9090
if (le.hasCallerData()) {
9191
ledo.callerDataArray = le.getCallerData();
9292
}

0 commit comments

Comments
 (0)