Removed the annotation for the moment

This commit is contained in:
Luca Frosini 2022-04-11 14:23:37 +02:00
parent 1262179b8f
commit e7699bfc95
1 changed files with 0 additions and 6 deletions

View File

@ -9,15 +9,9 @@ import org.gcube.gcat.api.GCatConstants;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.webcohesion.enunciate.metadata.rs.RequestHeader;
import com.webcohesion.enunciate.metadata.rs.RequestHeaders;
/**
* @author Luca Frosini (ISTI - CNR)
*/
@RequestHeaders ({
@RequestHeader( name = "Authorization", description = "Bearer token, see https://dev.d4science.org/how-to-access-resources"),
})
public class BaseREST {
private final Logger logger = LoggerFactory.getLogger(this.getClass());