Author: dennisl
Date: Sun Sep  2 00:09:42 2012
New Revision: 1379907

URL: http://svn.apache.org/viewvc?rev=1379907&view=rev
Log:
Fix Javadoc errors.

Modified:
    
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/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=1379907&r1=1379906&r2=1379907&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
 Sun Sep  2 00:09:42 2012
@@ -93,13 +93,13 @@ public class GitHubMojo
     private int githubAPIPort;
 
     /**
-     * Boolean which says if we should include open issues in the report
+     * Boolean which says if we should include open issues in the report.
      */
     @Parameter( defaultValue = "true" )
     private boolean includeOpenIssues;
 
     /**
-     * Boolean which says if we should include only issues with milestones
+     * Boolean which says if we should include only issues with milestones.
      */
     @Parameter( defaultValue = "true" )
     private boolean onlyMilestoneIssues;


Reply via email to