We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f96c9bd commit 7c42dcbCopy full SHA for 7c42dcb
src/boxed_primitives/boolean.md
@@ -8,5 +8,5 @@ The type to use for a `boolean` that might be null is `Boolean`.
8
Boolean b = null;
9
System.out.println(b);
10
b = true;
11
-System.out.println(true);
+System.out.println(b);
12
~}
0 commit comments