Updated Protocol Order

This commit is contained in:
Giancarlo Panichi 2020-06-25 15:19:59 +02:00
parent d560ee2d79
commit 75b379c67f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ package org.gcube.portlets.user.dataminermanagertester.shared.config;
* *
*/ */
public enum ProtocolType { public enum ProtocolType {
Http("http"), https("https"); HTTPS("https"), HTTP("http");
private ProtocolType(final String id) { private ProtocolType(final String id) {
this.id = id; this.id = id;