diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2019-08-08 14:33:01 +0200 |
---|---|---|
committer | Michael Stahl <Michael.Stahl@cib.de> | 2019-08-08 15:45:38 +0200 |
commit | bef93028584ab804d6daba4c4abcabfe6e58dc0f (patch) | |
tree | 4083cefd8b6c5a23b1c34be712f598526ed64747 /qadevOOo | |
parent | 974c284ba9237b85e99d394921d63de486b4b921 (diff) |
fix typo IndexOutOfBoundException
Change-Id: I4699eabf4d8863acf329e7f2ed30205b67cc6070
Reviewed-on: https://gerrit.libreoffice.org/77151
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/tests/java/ifc/container/_XIndexAccess.java | 2 |
1 files changed, 1 insertions, 1 deletions
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. <p> * Has <b> OK </b> status if first, middle and last elements * successfully returned and has non null value; and if on - * invalid index parameter <code>IndexOutOfBoundException</code> + * invalid index parameter <code>IndexOutOfBoundsException</code> * is thrown.<p> * The following method tests are to be completed successfully before : * <ul> |