< prev index next >

src/java.base/unix/classes/sun/nio/fs/UnixFileStore.java

Print this page

        

*** 220,230 **** FeatureStatus checkIfFeaturePresent(String feature) { if (props == null) { synchronized (loadLock) { if (props == null) { props = AccessController.doPrivileged( ! new PrivilegedAction<Properties>() { @Override public Properties run() { return loadProperties(); }}); } --- 220,230 ---- FeatureStatus checkIfFeaturePresent(String feature) { if (props == null) { synchronized (loadLock) { if (props == null) { props = AccessController.doPrivileged( ! new PrivilegedAction<>() { @Override public Properties run() { return loadProperties(); }}); }
< prev index next >