Moved link from http to https in a comment refs #20779
This commit is contained in:
parent
60b9690890
commit
86509bb7c3
|
@ -6,7 +6,7 @@ package org.gcube.common.gxrest.response.entity;
|
|||
* of an ETag response header.
|
||||
*
|
||||
* @author Manuele Simi (ISTI CNR)
|
||||
* @see <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11">HTTP/1.1 section 3.11</a>
|
||||
* @see <a href="https://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html#sec3.11">HTTP/1.1 section 3.11</a>
|
||||
*/
|
||||
public final class EntityTag {
|
||||
|
||||
|
|
Loading…
Reference in New Issue