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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git


The following commit(s) were added to refs/heads/master by this push:
     new 6e5dbb4  Use proper scope for method
6e5dbb4 is described below

commit 6e5dbb4787b876f7a10ca7b29e8dfaeffa68553a
Author: Michael Osipov <[email protected]>
AuthorDate: Fri May 19 15:18:16 2023 +0200

    Use proper scope for method
---
 .../org/apache/maven/reporting/its/custom/CustomReportRenderer.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/it/setup-reporting-plugin/src/main/java/org/apache/maven/reporting/its/custom/CustomReportRenderer.java
 
b/src/it/setup-reporting-plugin/src/main/java/org/apache/maven/reporting/its/custom/CustomReportRenderer.java
index ea75516..f427004 100644
--- 
a/src/it/setup-reporting-plugin/src/main/java/org/apache/maven/reporting/its/custom/CustomReportRenderer.java
+++ 
b/src/it/setup-reporting-plugin/src/main/java/org/apache/maven/reporting/its/custom/CustomReportRenderer.java
@@ -38,7 +38,7 @@ public class CustomReportRenderer
         return "Custom Report Renderer Title";
     }
 
-    public void renderBody()
+    protected void renderBody()
     {
         startSection( "section" );
 

Reply via email to