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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 682c932  Javadoc.
682c932 is described below

commit 682c93254109d56939d9867c1541cb4dca3c634f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Aug 24 11:46:52 2021 -0400

    Javadoc.
    
    - The first sentence is automatically a paragraph.
    - Close HTML tags.
    - Remove whitespace.
    - Remove dead in-line comments.
---
 src/main/java/org/apache/commons/lang3/ArrayUtils.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/commons/lang3/ArrayUtils.java 
b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
index 8b9b182..8bb103a 100644
--- a/src/main/java/org/apache/commons/lang3/ArrayUtils.java
+++ b/src/main/java/org/apache/commons/lang3/ArrayUtils.java
@@ -6848,7 +6848,7 @@ public class ArrayUtils {
     }
 
     /**
-     * >Reverses the order of the given array.
+     * Reverses the order of the given array.
      * <p>
      * This method does nothing for a {@code null} input array.
      * </p>

Reply via email to