src/share/classes/sun/security/provider/certpath/URICertStore.java

Print this page
rev 10048 : 8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by:

@@ -82,11 +82,11 @@
  * The URICertStore is not currently a standard CertStore type. We should
  * consider adding a standard "URI" CertStore type.
  *
  * @author Andreas Sterbenz
  * @author Sean Mullan
- * @since 7.0
+ * @since 1.7
  */
 class URICertStore extends CertStoreSpi {
 
     private static final Debug debug = Debug.getInstance("certpath");