ing
This commit is contained in:
parent
df5ed9db65
commit
9137fcb3c5
|
@ -3,7 +3,7 @@ package com.loafle.overflow.config.probe;
|
||||||
public enum ContainerType {
|
public enum ContainerType {
|
||||||
DISCOVERY("DISCOVERY"),
|
DISCOVERY("DISCOVERY"),
|
||||||
NETWORK("NETWORK"),
|
NETWORK("NETWORK"),
|
||||||
GENERNAL("GENERNAL");
|
GENERAL("GENERAL");
|
||||||
|
|
||||||
private String stringValue;
|
private String stringValue;
|
||||||
ContainerType(String string) {stringValue = string;}
|
ContainerType(String string) {stringValue = string;}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user