[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 66f1e56197
commit 729873bd55
4 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
## Core Java Booleans
This module contains articles about Java Booleans.
### Relevant Articles: