diff --git a/test/IntSortingTest.java b/test/IntSortingTest.java index eff4bcb..ba61e59 100644 --- a/test/IntSortingTest.java +++ b/test/IntSortingTest.java @@ -15,7 +15,7 @@ public class IntSortingTest { * * @param a * sorted (?) array - * @throws IllegalArgumentException + * @return false * if an array is not ordered */ static boolean inOrder(int[] a) {