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
Explain when StandardSystemProperty.value() can return a null value, and deprecate JAVA_EXT_DIRS.
value()'s return type has been @nullable since 4232450, but I had forgotten the details about why, despite past CLs to update the test for specific missing keys.
I assume that we'll never actually *remove* JAVA_EXT_DIRS.
(Just slightly relevant to #2571)
RELNOTES=`base`: Deprecated `StandardSystemProperty.JAVA_EXT_DIRS`. We do not plan to remove the API, but in recent versions of Java, that property always has a value of `null`.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=345251412
0 commit comments