You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2015/01/24 14:48:04 UTC

svn commit: r1654516 - in /maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin: announcement/AnnouncementMojo.java github/GitHubMojo.java

Author: hboutemy
Date: Sat Jan 24 13:48:04 2015
New Revision: 1654516

URL: http://svn.apache.org/r1654516
Log:
fixed style errors reported by Checkstyle

Modified:
    maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java
    maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java?rev=1654516&r1=1654515&r2=1654516&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/announcement/AnnouncementMojo.java Sat Jan 24 13:48:04 2015
@@ -455,7 +455,8 @@ public class AnnouncementMojo
     private int githubAPIPort;
 
     /**
-     * The settings.xml server id to be used to authenticate into github api domain. Only use if using github enterprise.
+     * The settings.xml server id to be used to authenticate into github api domain. Only use if using github
+     * enterprise.
      *
      * @since 2.12
      */

Modified: maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java?rev=1654516&r1=1654515&r2=1654516&view=diff
==============================================================================
--- maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java (original)
+++ maven/plugins/trunk/maven-changes-plugin/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java Sat Jan 24 13:48:04 2015
@@ -95,7 +95,8 @@ public class GitHubMojo
     private int githubAPIPort;
 
     /**
-     * The settings.xml server id to be used to authenticate into github api domain. Only use if using github enterprise.
+     * The settings.xml server id to be used to authenticate into github api domain. Only use if using github
+     * enterprise.
      */
     @Parameter( defaultValue = "github" )
     private String githubAPIServerId;