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