src/windows/classes/sun/net/www/protocol/jar/JarFileFactory.java

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

@@ -36,11 +36,11 @@
 
 /* A factory for cached JAR file. This class is used to both retrieve
  * and cache Jar files.
  *
  * @author Benjamin Renaud
- * @since JDK1.2
+ * @since 1.2
  */
 class JarFileFactory implements URLJarFile.URLJarFileCloseController {
 
     /* the url to file cache */
     private static final HashMap<String, JarFile> fileCache = new HashMap<>();