Skip to content

Commit

Permalink
Latest docs on successful build 5744 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Oct 26, 2023
1 parent 30bb9b7 commit 2b52c4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bugpattern/MemberName.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: MemberName
summary: Methods and non-static variables should be named in lowerCamelCase.
summary: Methods and non-static variables should be named in lowerCamelCase
layout: bugpattern
tags: ''
severity: WARNING
Expand Down
2 changes: 1 addition & 1 deletion bugpatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ __[Interruption](bugpattern/Interruption)__<br>
Always pass &#39;false&#39; to &#39;Future.cancel()&#39;, unless you are propagating a cancellation-with-interrupt from another caller

__[MemberName](bugpattern/MemberName)__<br>
Methods and non-static variables should be named in lowerCamelCase.
Methods and non-static variables should be named in lowerCamelCase

__[MissingDefault](bugpattern/MissingDefault)__<br>
The Google Java Style Guide requires that each switch statement includes a default statement group, even if it contains no code. (This requirement is lifted for any switch statement that covers all values of an enum.)
Expand Down

0 comments on commit 2b52c4a

Please sign in to comment.