From ba0425cbc5ebda83cf5509ca7475b1a908dadf8b Mon Sep 17 00:00:00 2001 From: Jaanus Poeial Date: Mon, 29 Aug 2016 17:47:10 +0300 Subject: [PATCH] test comment fixed --- test/IntSortingTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {