[BAEL-6297_boolean-to-str] convert boolean to java article (#13729)

* [BAEL-6297_boolean-to-str] convert boolean to java article

* [BAEL-6297_boolean-to-str] using Boolean.FALSE instead of false for the Boolean variable

* [BAEL-6297_boolean-to-str] rename test methods
This commit is contained in:
Kai Yuan
2023-03-31 01:01:25 +02:00
committed by GitHub
parent 11f740192c
commit c40bdd9f36
4 changed files with 70 additions and 0 deletions
@@ -0,0 +1,5 @@
## Core Java Booleans
This module contains articles about Java Booleans.
### Relevant Articles: