288,7 → 288,7 |
final String svnlook = readConfPropertyAsString(OPTION_SVNLOOK, null, true, null); |
EmitterUtil.verifyFile(svnlook, false, true); |
final String locale = readConfPropertyAsString(OPTION_LOCALE, "de_DE.UTF-8", true, null); |
final String encoding = readConfPropertyAsString(OPTION_LOCALE, "UTF-8", true, "Note that this should match your selected '"+OPTION_LOCALE+"'."); |
final String encoding = readConfPropertyAsString(OPTION_ENCODING, "UTF-8", true, "Note that this should match your selected '"+OPTION_LOCALE+"'."); |
|
// Issue Id RegEx to parse commit message |
final String[] issuepatterns = readConfPropertyAsStringArray(OPTION_ISSUEPATTERN, false, null); |