Javadoc.

- The first sentence is automatically a paragraph.
- Close HTML tags.
- Remove whitespace.
- Remove dead in-line comments.
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 @@
     }
 
     /**
-     * >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>