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
In the Config.getValue(), do we need to differentiate the null property value from the non-existing value? The return type of Optional will not be able to differentiate the two situations. Is there any real need to differentiate this?
The text was updated successfully, but these errors were encountered:
In the Config.getValue(), do we need to differentiate the null property value from the non-existing value? The return type of Optional will not be able to differentiate the two situations. Is there any real need to differentiate this?
The text was updated successfully, but these errors were encountered: