< prev index next >

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

Print this page

        

@@ -41,11 +41,11 @@
  * 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
+ * @since       9
  * @see         CertStore
  * @see         java.net.URI
  */
 public final class URICertStoreParameters implements CertStoreParameters {
 
< prev index next >