This commit is contained in:
crusader 2018-05-04 18:21:46 +09:00
parent df5ed9db65
commit 9137fcb3c5

View File

@ -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;}