- The first sentence is automatically a paragraph.
- Close HTML tags.
- Remove whitespace.
- Remove dead in-line comments.
This commit is contained in:
Gary Gregory 2021-08-24 11:46:52 -04:00
parent 3ae9877d1a
commit 682c932541
1 changed files with 1 additions and 1 deletions

View File

@ -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>