Skip to content

Commit

Permalink
use upper case
Browse files Browse the repository at this point in the history
  • Loading branch information
vernedeng committed Nov 21, 2024
1 parent a28fd6f commit 426a1c0
Showing 1 changed file with 10 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@

public enum DirtyServerType {

UNDEFINED("Undefined"),
TUBEMQ("TubeMQ"),
ICEBERG("Iceberg"),
HIVE("Hive"),
STARROCKS("StarRocks"),
KAFKA("Kafka"),
PULSAR("Pulsar"),
ELASTICSEARCH("Elasticsearch"),
MYSQL("Mysql"),
UNDEFINED("UNDEFINED"),
TUBEMQ("TUBEMQ"),
ICEBERG("ICEBERG"),
HIVE("HIVE"),
STARROCKS("STARROCKS"),
KAFKA("KAFKA"),
PULSAR("PULSAR"),
ELASTICSEARCH("ELASTICSEARCH"),
MYSQL("MYSQL"),
CLS("CLS")

;

Expand Down

0 comments on commit 426a1c0

Please sign in to comment.