You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Load the option with the method that defaults to a given value when it
does not exist, otherwise this will lead to `NoSuchElementException`
until the option is set.
Also, use the primitive boolean which is the most appropriate type and
prevents `NullPointerException`s as it was null by default.
Signed-off-by: thc202 <thc202@gmail.com>
0 commit comments