This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch doxia-2.0.0
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 605fda77e6f133c62cbb90c906e378b54258dd42
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Fri May 19 17:10:17 2023 +0200

    Fix typo in SurefireReportRenderer
---
 .../apache/maven/plugins/surefire/report/SurefireReportRenderer.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportRenderer.java
 
b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportRenderer.java
index 386dcdf8b..4910c966c 100644
--- 
a/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportRenderer.java
+++ 
b/maven-surefire-report-plugin/src/main/java/org/apache/maven/plugins/surefire/report/SurefireReportRenderer.java
@@ -84,10 +84,10 @@ public class SurefireReportRenderer extends 
AbstractMavenReportRenderer {
      * @return The translated string.
      */
     private String getI18nString(String key) {
-        return getI18nString(getI18Nsection(), key);
+        return getI18nString(getI18nSection(), key);
     }
 
-    private String getI18Nsection() {
+    private String getI18nSection() {
         return i18nSection;
     }
 

Reply via email to