src/share/classes/java/net/HttpURLConnection.java

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

*** 62,72 **** * If automatic redirection is enabled, and this request is redirected to another * destination, then the caller must also have permission to connect to the * redirected host/URL. * * @see java.net.HttpURLConnection#disconnect() ! * @since JDK1.1 */ abstract public class HttpURLConnection extends URLConnection { /* instance variables */ /** --- 62,72 ---- * If automatic redirection is enabled, and this request is redirected to another * destination, then the caller must also have permission to connect to the * redirected host/URL. * * @see java.net.HttpURLConnection#disconnect() ! * @since 1.1 */ abstract public class HttpURLConnection extends URLConnection { /* instance variables */ /**