You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/06/09 10:27:28 UTC

[maven-shared-utils] branch master updated: Restore space between referenced parameter and its description

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new d63328f  Restore space between referenced parameter and its description
d63328f is described below

commit d63328f2b67ed407ab159fda04031792b6a374a0
Author: Piotrek Żygieło <pz...@users.noreply.github.com>
AuthorDate: Tue Jun 9 11:40:51 2020 +0200

    Restore space between referenced parameter and its description
---
 src/main/java/org/apache/maven/shared/utils/StringUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/shared/utils/StringUtils.java b/src/main/java/org/apache/maven/shared/utils/StringUtils.java
index 613b1de..b44a054 100644
--- a/src/main/java/org/apache/maven/shared/utils/StringUtils.java
+++ b/src/main/java/org/apache/maven/shared/utils/StringUtils.java
@@ -540,7 +540,7 @@ public class StringUtils
      * <code>StringTokenizer</code> does).</p>
      *
      * @param str       the string to parse
-     * @param separatorcCharacters used as the delimiters. If
+     * @param separator Characters used as the delimiters. If
      *                  <code>null</code>, splits on whitespace.
      * @param max       the maximum number of elements to include in the
      *                  array.  A zero or negative value implies no limit.