Skip to content

Commit

Permalink
Drop the period from the MemberName diagnostic, given we're concatena…
Browse files Browse the repository at this point in the history
…ting something onto it in some paths.

PiperOrigin-RevId: 574426317
  • Loading branch information
graememorgan authored and Error Prone Team committed Oct 26, 2023
1 parent bc4b01b commit e70aa06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
/** Flags a few ways in which member names may violate the style guide. */
@BugPattern(
severity = WARNING,
summary = "Methods and non-static variables should be named in lowerCamelCase.",
summary = "Methods and non-static variables should be named in lowerCamelCase",
linkType = CUSTOM,
link = "https://google.github.io/styleguide/javaguide.html#s5.2-specific-identifier-names")
public final class MemberName extends BugChecker implements MethodTreeMatcher, VariableTreeMatcher {
Expand Down

0 comments on commit e70aa06

Please sign in to comment.