fixed errors reported by Checkstyle

git-svn-id: https://svn.apache.org/repos/asf/maven/shared/trunk@1803479 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java b/src/main/java/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java
index 2f958cc..ceb6ed3 100644
--- a/src/main/java/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java
+++ b/src/main/java/org/apache/maven/reporting/exec/DefaultMavenReportExecutor.java
@@ -700,7 +700,7 @@
 
         private final PluginDescriptor pluginDescriptor;
 
-        public GoalWithConf( ReportPlugin reportPlugin, PluginDescriptor pluginDescriptor, String goal,
+        GoalWithConf( ReportPlugin reportPlugin, PluginDescriptor pluginDescriptor, String goal,
                              PlexusConfiguration configuration )
         {
             this.reportPlugin = reportPlugin;