From bef93028584ab804d6daba4c4abcabfe6e58dc0f Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 8 Aug 2019 14:33:01 +0200 Subject: fix typo IndexOutOfBoundException Change-Id: I4699eabf4d8863acf329e7f2ed30205b67cc6070 Reviewed-on: https://gerrit.libreoffice.org/77151 Tested-by: Jenkins Reviewed-by: Michael Stahl --- qadevOOo/tests/java/ifc/container/_XIndexAccess.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qadevOOo/tests') diff --git a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java index daafe8226315..2a361ddbfd64 100644 --- a/qadevOOo/tests/java/ifc/container/_XIndexAccess.java +++ b/qadevOOo/tests/java/ifc/container/_XIndexAccess.java @@ -63,7 +63,7 @@ public class _XIndexAccess extends MultiMethodTest { * Exceptions which throws by a not available index.

* Has OK status if first, middle and last elements * successfully returned and has non null value; and if on - * invalid index parameter IndexOutOfBoundException + * invalid index parameter IndexOutOfBoundsException * is thrown.

* The following method tests are to be completed successfully before : *