test comment fixed

This commit is contained in:
Jaanus Poeial 2016-08-29 17:47:10 +03:00
parent 1a237a159e
commit ba0425cbc5
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ public class IntSortingTest {
* *
* @param a * @param a
* sorted (?) array * sorted (?) array
* @throws IllegalArgumentException * @return false
* if an array is not ordered * if an array is not ordered
*/ */
static boolean inOrder(int[] a) { static boolean inOrder(int[] a) {