Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo committed Dec 21, 2024
1 parent 609890f commit cdc2e14
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,16 +255,16 @@ private List<MavenProject> getProjectsWithoutRoot() {
}

/**
* @param locale The locale
* @param key The key to search for
* @return The text appropriate for the locale.
* @param locale the locale
* @param key the key to search fo
* @return the text appropriate for the locale.
*/
protected String getI18nString(Locale locale, String key) {
return getI18N(locale).getString("surefire-report", locale, "report." + getI18Nsection() + '.' + key);
}

/**
* @param locale ]ehe locale
* @param locale the locale
* @return I18N for the locale
*/
protected I18N getI18N(Locale locale) {
Expand Down

0 comments on commit cdc2e14

Please sign in to comment.