1
0

[MINOR] Removing redundant semicolons and line breaks (#5662)

This commit is contained in:
felixYyu
2022-05-24 06:26:36 +08:00
committed by GitHub
parent 752f956f03
commit 716e995a38
3 changed files with 3 additions and 5 deletions

View File

@@ -38,8 +38,7 @@ public enum InsertMode {
* In non-strict mode for insert into, we use insert operation
* to write data which allow writing the duplicate record.
*/
NON_STRICT("non-strict")
;
NON_STRICT("non-strict");
private String value;