You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2018/05/04 05:28:53 UTC

[maven-plugin-tools] branch MPLUGIN-333 updated: Fixed checkstyle issue.

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

khmarbaise pushed a commit to branch MPLUGIN-333
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/MPLUGIN-333 by this push:
     new c5a6155  Fixed checkstyle issue.
c5a6155 is described below

commit c5a61559b7eb3bdbe7e9fbb98c4c5161b4807134
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Fri May 4 07:28:39 2018 +0200

    Fixed checkstyle issue.
---
 .../java/org/apache/maven/tools/plugin/generator/GeneratorUtils.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/GeneratorUtils.java b/maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/GeneratorUtils.java
index 2b5ef3b..08ff7b2 100644
--- a/maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/GeneratorUtils.java
+++ b/maven-plugin-tools-generators/src/main/java/org/apache/maven/tools/plugin/generator/GeneratorUtils.java
@@ -403,7 +403,7 @@ public final class GeneratorUtils
         /**
          * @param sb not null
          */
-        public MojoParserCallback( StringBuilder sb )
+        MojoParserCallback( StringBuilder sb )
         {
             this.sb = sb;
         }

-- 
To stop receiving notification emails like this one, please contact
khmarbaise@apache.org.