< prev index next >

src/java.base/share/classes/sun/net/www/protocol/jar/JarURLConnection.java

Print this page

        

*** 336,346 **** /** * Sets the value of the <code>ifModifiedSince</code> field of * this <code>URLConnection</code> to the specified value. * ! * @param value the new value. * @see java.net.URLConnection#ifModifiedSince */ public void setIfModifiedSince(long ifmodifiedsince) { jarFileURLConnection.setIfModifiedSince(ifmodifiedsince); } --- 336,346 ---- /** * Sets the value of the <code>ifModifiedSince</code> field of * this <code>URLConnection</code> to the specified value. * ! * @param ifmodifiedsince the new value. * @see java.net.URLConnection#ifModifiedSince */ public void setIfModifiedSince(long ifmodifiedsince) { jarFileURLConnection.setIfModifiedSince(ifmodifiedsince); }
< prev index next >