Skip to content

Commit

Permalink
Fix depth for NullAway subsections in reference docs
Browse files Browse the repository at this point in the history
Closes spring-projectsgh-34267
Signed-off-by: Johnny Lim <[email protected]>
  • Loading branch information
izeye authored and sdeleuze committed Jan 16, 2025
1 parent 6873427 commit 80a8494
Showing 1 changed file with 2 additions and 2 deletions.
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

0 comments on commit 80a8494

Please sign in to comment.