Moved link from http to https in a comment refs #20779

This commit is contained in:
Luca Frosini 2021-02-22 09:35:27 +01:00
parent 60b9690890
commit 86509bb7c3
1 changed files with 1 additions and 1 deletions

View File

@ -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 {