Skip to content

Commit 80a8494

Browse files
izeyesdeleuze
authored andcommitted
Fix depth for NullAway subsections in reference docs
Closes gh-34267 Signed-off-by: Johnny Lim <izeye@naver.com>
1 parent 6873427 commit 80a8494

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

framework-docs/modules/ROOT/pages/core/null-safety.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ typical use cases.
105105
[[null-safety-guidelines-nullaway]]
106106
=== NullAway
107107

108-
=== Configuration
108+
==== Configuration
109109

110110
The recommended configuration is:
111111

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

130-
=== Warnings suppression
130+
==== Warnings suppression
131131

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

0 commit comments

Comments
 (0)