< prev index next >

jdk/src/java.base/share/classes/java/security/cert/URICertStoreParameters.java

Print this page

        

*** 41,51 **** * thread-safe. Multiple threads that need to access a single * object concurrently should synchronize amongst themselves and * provide the necessary locking. Multiple threads each manipulating * separate objects need not synchronize. * ! * @since 1.9 * @see CertStore * @see java.net.URI */ public final class URICertStoreParameters implements CertStoreParameters { --- 41,51 ---- * thread-safe. Multiple threads that need to access a single * object concurrently should synchronize amongst themselves and * provide the necessary locking. Multiple threads each manipulating * separate objects need not synchronize. * ! * @since 9 * @see CertStore * @see java.net.URI */ public final class URICertStoreParameters implements CertStoreParameters {
< prev index next >