Skip to content

Commit

Permalink
Latest docs on successful build 6438 auto-pushed to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
copybara-service[bot] committed Jul 22, 2024
1 parent e8de612 commit cebaf37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bugpattern/NullableVoid.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: NullableVoid
summary: void-returning methods should not be annotated with @Nullable, since they
cannot return null
summary: void-returning methods should not be annotated with nullness annotations,
since they cannot return null
layout: bugpattern
tags: Style
severity: WARNING
Expand Down
2 changes: 1 addition & 1 deletion bugpatterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -1092,7 +1092,7 @@ __[NullableTypeParameter](bugpattern/NullableTypeParameter)__<br>
Nullness annotations directly on type parameters are interpreted differently by different tools

__[NullableVoid](bugpattern/NullableVoid)__<br>
void-returning methods should not be annotated with @Nullable, since they cannot return null
void-returning methods should not be annotated with nullness annotations, since they cannot return null

__[NullableWildcard](bugpattern/NullableWildcard)__<br>
Nullness annotations directly on wildcard types are interpreted differently by different tools
Expand Down

0 comments on commit cebaf37

Please sign in to comment.