Skip to content

Fix depth for NullAway subsections in reference docs #34267

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions framework-docs/modules/ROOT/pages/core/null-safety.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ typical use cases.
[[null-safety-guidelines-nullaway]]
=== NullAway

=== Configuration
==== Configuration

The recommended configuration is:

Expand All @@ -127,7 +127,7 @@ using JDK 22 or later (typically combined with the `--release` Java compiler fla
expected baseline). It is recommended to enable the JSpecify mode only as a second step, after making sure the codebase
generates no warning with the recommended configuration mentioned above.

=== Warnings suppression
==== Warnings suppression

There are a few valid use cases where NullAway will wrongly detect nullness problems. In such case, it is recommended
to suppress related warnings and to document the reason:
Expand Down
Loading