MCPcopy Create free account
hub / github.com/LianjiaTech/json-diff / Constants

Class Constants

src/main/java/com/ke/diff/model/Constants.java:9–20  ·  view source on GitHub ↗

常量 @Author JingWei @create 2022/3/2

Source from the content-addressed store, hash-verified

7 * @create 2022/3/2
8 */
9public class Constants {
10 /**
11 * 描述比较结果不同
12 */
13 public static final boolean DIFFERENT = false;
14 /**
15 * 描述比较结果相同
16 */
17 public static final boolean SAME = true;
18 public static final String SPLIT_PATH = "\\.";
19 public static final String MERGE_PATH = ".";
20}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected