Home
last modified time | relevance | path

Searched refs:NULL_SUPPLIER (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DSystemProperties.java29 private static final Supplier<String> NULL_SUPPLIER = () -> null; field in SystemProperties
691 return getProperty(property, NULL_SUPPLIER); in getProperty()