Skip to content

Commit

Permalink
remove null check
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Jul 10, 2023
1 parent b9579f7 commit 05a9f6c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public void log() {
.withMarker(marker)
.withThrowable(throwable);
if (logBuilder instanceof BridgeAware) {
String fqcn = this.fqcn != null ? this.fqcn : FQCN;
((BridgeAware) logBuilder).setEntryPoint(fqcn);
}
if (keyValuePairs == null || keyValuePairs.isEmpty()) {
Expand Down

0 comments on commit 05a9f6c

Please sign in to comment.