Skip to content

Commit

Permalink
GH-1633: Suppress Sonar Issue
Browse files Browse the repository at this point in the history
Cannot reduce complexity - catch clauses
  • Loading branch information
garyrussell committed Nov 23, 2020
1 parent 81342e7 commit 43c9527
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,7 +1045,7 @@ public boolean isLongLived() {
}

@Override
public void run() {
public void run() { // NOSONAR complexity
ListenerUtils.setLogOnlyMetadata(this.containerProperties.isOnlyLogRecordMetadata());
publishConsumerStartingEvent();
this.consumerThread = Thread.currentThread();
Expand Down

0 comments on commit 43c9527

Please sign in to comment.