OpenSearch/modules/lang-painless
Ryan Ernst 21224caeaf Remove comparison to true for booleans (#51723)
While we use `== false` as a more visible form of boolean negation
(instead of `!`), the true case is implied and the true value does not
need to explicitly checked. This commit converts cases that have slipped
into the code checking for `== true`.
2020-01-31 16:35:43 -08:00
..
licenses Painless: Upgrade ASM to 7.2 (#49263) 2019-11-20 07:09:47 -08:00
spi Scripting: Cache script results if deterministic (#50106) (#50329) 2019-12-18 13:00:42 -07:00
src Remove comparison to true for booleans (#51723) 2020-01-31 16:35:43 -08:00
build.gradle Painless: Upgrade ASM to 7.2 (#49263) 2019-11-20 07:09:47 -08:00