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
* Fixed inconsistent Setting.exist
Setting.exist will no longer return true if there's setting in keystore with the same name.
Also removed synchronization on keySet to lower congestion, possibly constructing
keySet multiple times, which should be cheap though.
Closes#41830
* Added parameter description
* Reuse current methods similar to check in innerGetRaw
* Revert formatting changes
* Changed ! to ==false
0 commit comments