From 682c93254109d56939d9867c1541cb4dca3c634f Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Tue, 24 Aug 2021 11:46:52 -0400 Subject: [PATCH] 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 8b9b18245..8bb103ab3 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. *

* This method does nothing for a {@code null} input array. *