Skip to content

Commit

Permalink
Latest docs on successful build 5816 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Nov 17, 2023
1 parent 6b519f6 commit 1508598
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bugpattern/ExtendsObject.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To make changes, edit the @BugPattern annotation or the explanation in docs/bugp

## The problem
`T extends Object` is redundant; both `<T>` and `<T extends Object>` compile to
identical class files.— unless you are using the Checker Framework).
identical class files.— unless you are using the Checker Framework.

## Suppression
Suppress false positives by adding the suppression annotation `@SuppressWarnings("ExtendsObject")` to the enclosing element.
2 changes: 1 addition & 1 deletion bugpattern/NullableTypeParameter.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To make changes, edit the @BugPattern annotation or the explanation in docs/bugp
## The problem
Nullness annotations directly on type parameters are interpreted differently by
different tools.
— unless you are using the Checker Framework).
— unless you are using the Checker Framework.

### Tool interpretations and suggested alternatives

Expand Down
2 changes: 1 addition & 1 deletion bugpattern/NullableWildcard.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To make changes, edit the @BugPattern annotation or the explanation in docs/bugp
## The problem
Nullness annotations directly on wildcard types are interpreted differently by
different tools.
— unless you are using the Checker Framework).
— unless you are using the Checker Framework.

### Tool interpretations and suggested alternatives

Expand Down

0 comments on commit 1508598

Please sign in to comment.