cloudformation-cli-java-plugin icon indicating copy to clipboard operation
cloudformation-cli-java-plugin copied to clipboard

primitive booleans instead of Booleans

Open pemmasanikrishna opened this issue 4 years ago • 1 comments

favor primitive types over boxed Boolean.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

pemmasanikrishna avatar Apr 10 '21 08:04 pemmasanikrishna

this seems to intentionally set false/true to the parameter that are initially set only in certain cases, otherwise null. @wbingli @PatMyron seeking ur opinions if we should generalize and always return boolean?

ammokhov avatar Apr 13 '21 17:04 ammokhov