Fix Javadoc errors.
git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk@1379907 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java b/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java
index 4b89a39..f93dad3 100644
--- a/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java
+++ b/src/main/java/org/apache/maven/plugin/github/GitHubMojo.java
@@ -93,13 +93,13 @@
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;