Skip to content

Commit

Permalink
[feat] add new constant
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyang.ng committed Oct 22, 2024
1 parent da32432 commit 5ac5b71
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public class CommonConstant {
public static final Integer ZERO = 0;
public static final Integer ONE = 1;
public static final Integer TWO = 2;
public static final Integer TEN = 10;

public static final String LINE_BREAK = System.lineSeparator();
public static final String BLANK = "";
Expand Down

0 comments on commit 5ac5b71

Please sign in to comment.