Updated Protocol Order
This commit is contained in:
parent
d560ee2d79
commit
75b379c67f
|
@ -7,7 +7,7 @@ package org.gcube.portlets.user.dataminermanagertester.shared.config;
|
|||
*
|
||||
*/
|
||||
public enum ProtocolType {
|
||||
Http("http"), https("https");
|
||||
HTTPS("https"), HTTP("http");
|
||||
|
||||
private ProtocolType(final String id) {
|
||||
this.id = id;
|
||||
|
|
Loading…
Reference in New Issue