src/share/classes/java/net/FileNameMap.java

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

*** 28,38 **** /** * A simple interface which provides a mechanism to map * between a file name and a MIME type string. * * @author Steven B. Byrne ! * @since JDK1.1 */ public interface FileNameMap { /** * Gets the MIME type for the specified file name. --- 28,38 ---- /** * A simple interface which provides a mechanism to map * between a file name and a MIME type string. * * @author Steven B. Byrne ! * @since 1.1 */ public interface FileNameMap { /** * Gets the MIME type for the specified file name.