常量 @Author JingWei @create 2022/3/2
| 7 | * @create 2022/3/2 |
| 8 | */ |
| 9 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected