diff options
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> |