simplify conditions (#925)

Co-authored-by: bhimsur <bhimsur>
This commit is contained in:
Bhimantoro Suryo Admodjo 2022-07-21 09:52:27 -04:00 committed by GitHub
parent 1311d6949a
commit 72c8b73fa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public class BooleanUtils {
if (result) {
return false;
}
result = element;
result = true;
}
}
return result;