|
|
@ -60,6 +60,9 @@ public class ConfigConstants { |
|
|
|
/** The "diff" section */ |
|
|
|
/** The "diff" section */ |
|
|
|
public static final String CONFIG_DIFF_SECTION = "diff"; |
|
|
|
public static final String CONFIG_DIFF_SECTION = "diff"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** The "user" section */ |
|
|
|
|
|
|
|
public static final String CONFIG_USER_SECTION = "user"; |
|
|
|
|
|
|
|
|
|
|
|
/** The "algorithm" key */ |
|
|
|
/** The "algorithm" key */ |
|
|
|
public static final String CONFIG_KEY_ALGORITHM = "algorithm"; |
|
|
|
public static final String CONFIG_KEY_ALGORITHM = "algorithm"; |
|
|
|
|
|
|
|
|
|
|
@ -95,4 +98,10 @@ public class ConfigConstants { |
|
|
|
|
|
|
|
|
|
|
|
/** The "autosetupmerge" key */ |
|
|
|
/** The "autosetupmerge" key */ |
|
|
|
public static final String CONFIG_KEY_AUTOSETUPMERGE = "autosetupmerge"; |
|
|
|
public static final String CONFIG_KEY_AUTOSETUPMERGE = "autosetupmerge"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** The "name" key */ |
|
|
|
|
|
|
|
public static final String CONFIG_KEY_NAME = "name"; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** The "email" key */ |
|
|
|
|
|
|
|
public static final String CONFIG_KEY_EMAIL = "email"; |
|
|
|
} |
|
|
|
} |
|
|
|