Skip to content

Commit

Permalink
Tweak the wording of summary in FloggerRedundantIsEnabled, becaus…
Browse files Browse the repository at this point in the history
…e `\[LEVEL\]()` is currently being interpreted as Markdown in the generated docs.

PiperOrigin-RevId: 573840022
  • Loading branch information
graememorgan authored and Error Prone Team committed Oct 16, 2023
1 parent 159ae7f commit ed01de0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@
@BugPattern(
summary =
"Logger level check is already implied in the log() call. "
+ "An explicit at[Level]().isEnabled() check is redundant.",
+ "An explicit atLEVEL().isEnabled() check is redundant.",
severity = WARNING)
public class FloggerRedundantIsEnabled extends BugChecker implements IfTreeMatcher {

Expand Down

0 comments on commit ed01de0

Please sign in to comment.