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 {
|
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;
|
||||||
|
|
Loading…
Reference in New Issue