Skip to content

Commit

Permalink
Refine doc in NullPolicy
Browse files Browse the repository at this point in the history
  • Loading branch information
herunkang2018 committed Oct 31, 2023
1 parent aaae43a commit 401d96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public enum NullPolicy {
/** Returns null if and only if all of the arguments are null;
* If all of the arguments are false return false otherwise true. */
ALL,
/** Returns null if and only if one of the arguments are null. */
/** Returns null if and only if at least one of the arguments is null. */
STRICT,
/** Returns null if one of the arguments is null, and possibly other times. */
SEMI_STRICT,
Expand Down

0 comments on commit 401d96a

Please sign in to comment.