diff --git a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReport.java b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReport.java index 6552f089a8..27195c0882 100644 --- a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReport.java +++ b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/AbstractSurefireReport.java @@ -255,16 +255,16 @@ private List 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) {