Skip to content

Commit

Permalink
Latest docs on successful build 5715 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Oct 16, 2023
1 parent 3572d5c commit ce9619d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bugpattern/FloggerRedundantIsEnabled.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: FloggerRedundantIsEnabled
summary: Logger level check is already implied in the log() call. An explicit at[Level]().isEnabled()
summary: Logger level check is already implied in the log() call. An explicit atLEVEL().isEnabled()
check is redundant.
layout: bugpattern
tags: ''
Expand Down
2 changes: 1 addition & 1 deletion bugpatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ __[FloggerMessageFormat](bugpattern/FloggerMessageFormat)__<br>
Invalid message format-style format specifier ({0}), expected printf-style (%s)

__[FloggerRedundantIsEnabled](bugpattern/FloggerRedundantIsEnabled)__<br>
Logger level check is already implied in the log() call. An explicit at[Level]().isEnabled() check is redundant.
Logger level check is already implied in the log() call. An explicit atLEVEL().isEnabled() check is redundant.

__[FloggerRequiredModifiers](bugpattern/FloggerRequiredModifiers)__<br>
FluentLogger.forEnclosingClass should always be saved to a private static final field.
Expand Down

0 comments on commit ce9619d

Please sign in to comment.