src/jdk/nashorn/api/scripting/URLReader.java

Print this page
rev 1131 : 8068431: @since and @jdk.Exported are missing in jdk.nashorn.api.scripting classes and package-info.java files
Reviewed-by: attila, lagergren

*** 33,43 **** --- 33,46 ---- import jdk.nashorn.internal.runtime.Source; /** * A Reader that reads from a URL. Used to make sure that the reader * reads content from given URL and can be trusted to do so. + * + * @since 1.8u40 */ + @jdk.Exported public final class URLReader extends Reader { // underlying URL private final URL url; // Charset used to convert private final Charset cs;