Skip to content

Commit a6f2845

Browse files
Potential fix for pull request finding 'Confusing overloading of methods'
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
1 parent ba4d4b6 commit a6f2845

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/src/main/java/com/microsoft/durabletask/ReplaySafeLogger.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* the apparent overlap. This wrapper delegates each overload to the identical overload on the inner
2727
* logger.
2828
*/
29+
@SuppressWarnings("java:S2177") // Required SLF4J Logger overload set; cannot be changed in this adapter.
2930
final class ReplaySafeLogger implements Logger {
3031

3132
private final TaskOrchestrationContext context;

0 commit comments

Comments
 (0)