You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/09/22 15:07:52 UTC

[1/2] commons-cli git commit: Tweak Javadoc spelling

Repository: commons-cli
Updated Branches:
  refs/heads/master 282bdb621 -> ac94e03a1


Tweak Javadoc spelling

Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/19849509
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/19849509
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/19849509

Branch: refs/heads/master
Commit: 19849509da2a483ba0a8543606a3b570b7ec5c68
Parents: 61ed8fa
Author: Cody Rank <co...@gmail.com>
Authored: Thu Sep 21 11:05:31 2017 -0700
Committer: GitHub <no...@github.com>
Committed: Thu Sep 21 11:05:31 2017 -0700

----------------------------------------------------------------------
 src/main/java/org/apache/commons/cli/Options.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-cli/blob/19849509/src/main/java/org/apache/commons/cli/Options.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/cli/Options.java b/src/main/java/org/apache/commons/cli/Options.java
index 1d02220..00fa414 100644
--- a/src/main/java/org/apache/commons/cli/Options.java
+++ b/src/main/java/org/apache/commons/cli/Options.java
@@ -120,7 +120,7 @@ public class Options implements Serializable
      * </p>
      *
      * @param opt Short single-character name of the option.
-     * @param hasArg flag signally if an argument is required after this option
+     * @param hasArg flag signalling if an argument is required after this option
      * @param description Self-documenting description
      * @return the resulting Options instance
      */
@@ -139,7 +139,7 @@ public class Options implements Serializable
      *
      * @param opt Short single-character name of the option.
      * @param longOpt Long multi-character name of the option.
-     * @param hasArg flag signally if an argument is required after this option
+     * @param hasArg flag signalling if an argument is required after this option
      * @param description Self-documenting description
      * @return the resulting Options instance
      */
@@ -166,7 +166,7 @@ public class Options implements Serializable
      *
      * @param opt Short single-character name of the option.
      * @param longOpt Long multi-character name of the option.
-     * @param hasArg flag signally if an argument is required after this option
+     * @param hasArg flag signalling if an argument is required after this option
      * @param description Self-documenting description
      * @return the resulting Options instance
      * @since 1.4


[2/2] commons-cli git commit: Merge branch 'master' of https://github.com/cccCody/commons-cli

Posted by ch...@apache.org.
Merge branch 'master' of https://github.com/cccCody/commons-cli


Project: http://git-wip-us.apache.org/repos/asf/commons-cli/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-cli/commit/ac94e03a
Tree: http://git-wip-us.apache.org/repos/asf/commons-cli/tree/ac94e03a
Diff: http://git-wip-us.apache.org/repos/asf/commons-cli/diff/ac94e03a

Branch: refs/heads/master
Commit: ac94e03a15ffa1b56ebb95b993616efbdb0c059e
Parents: 282bdb6 1984950
Author: Rob Tompkins <ch...@gmail.com>
Authored: Fri Sep 22 11:07:40 2017 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Fri Sep 22 11:07:40 2017 -0400

----------------------------------------------------------------------
 src/main/java/org/apache/commons/cli/Options.java | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------