[
https://issues.apache.org/jira/browse/CLI-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178998#comment-16178998
]
ASF GitHub Bot commented on CLI-279:
------------------------------------
GitHub user kandunoori opened a pull request:
https://github.com/apache/commons-cli/pull/19
JIRA issue - CLI-279- adding period to javadocs
Fix for JIRA issue https://issues.apache.org/jira/browse/CLI-279. Adding
period to javadocs
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kandunoori/commons-cli
commons-cli-adding-period-to-javadoc
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/commons-cli/pull/19.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #19
----
commit 04697739edb6b60ecdbcccbfeb4e787728674942
Author: Krishna Mohan <[email protected]>
Date: 2017-09-24T15:36:30Z
adding period to javadocs
----
> @param or @return lines should end with a period CommandLine.java
> -----------------------------------------------------------------
>
> Key: CLI-279
> URL: https://issues.apache.org/jira/browse/CLI-279
> Project: Commons CLI
> Issue Type: Improvement
> Reporter: Krishna Mohan Rao Kandunoori
> Priority: Minor
>
> Adding Periods to javadoc. If a line has an @param or @return, the line
> should end with a period.
> In some places in below link has no period at the end where "*Parameters*:"
> and "*Returns*:".
> https://commons.apache.org/proper/commons-cli/apidocs/index.html
> https://github.com/apache/commons-cli/blob/master/src/main/java/org/apache/commons/cli/CommandLine.java
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)