[MINOR] Removing redundant semicolons and line breaks (#5662)
This commit is contained in:
@@ -37,8 +37,7 @@ public enum HiveSyncMode {
|
||||
/**
|
||||
* The JDBC mode use hive jdbc to sync metadata.
|
||||
*/
|
||||
JDBC
|
||||
;
|
||||
JDBC;
|
||||
|
||||
public static HiveSyncMode of(String syncMode) {
|
||||
return HiveSyncMode.valueOf(syncMode.toUpperCase(Locale.ROOT));
|
||||
|
||||
Reference in New Issue
Block a user