ing
This commit is contained in:
@@ -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;}
|
||||
|
||||
Reference in New Issue
Block a user