Skip to content

Commit ed01de0

Browse files
graememorganError Prone Team
authored and
Error Prone Team
committed
Tweak the wording of summary in FloggerRedundantIsEnabled, because \[LEVEL\]() is currently being interpreted as Markdown in the generated docs.
PiperOrigin-RevId: 573840022
1 parent 159ae7f commit ed01de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/com/google/errorprone/bugpatterns/flogger/FloggerRedundantIsEnabled.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
@BugPattern(
5656
summary =
5757
"Logger level check is already implied in the log() call. "
58-
+ "An explicit at[Level]().isEnabled() check is redundant.",
58+
+ "An explicit atLEVEL().isEnabled() check is redundant.",
5959
severity = WARNING)
6060
public class FloggerRedundantIsEnabled extends BugChecker implements IfTreeMatcher {
6161

0 commit comments

Comments
 (0)