Skip to content

Commit

Permalink
Sonar cleanup: RequestResponseLoggerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight authored Jul 8, 2024
1 parent 6d13ea8 commit 86adb03
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,12 @@ public void publish(final LogRecord logRecord) {

@Override
public void flush() {
// no-op
}

@Override
public void close() throws SecurityException {
// no-op
}
}
}

0 comments on commit 86adb03

Please sign in to comment.