[Libreoffice-commits] core.git: qadevOOo/tests

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Thu Dec 19 13:19:38 UTC 2019


 qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3803f2adb77d69b53c05c542c366a25fe0177952
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 13:07:30 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 14:18:36 2019 +0100

    Fix typo
    
    Change-Id: Ic6ec67b7a13506c6242b2863360b065724844c5a
    Reviewed-on: https://gerrit.libreoffice.org/85520
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
index 54eef94be428..cb38aff5b393 100644
--- a/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
+++ b/qadevOOo/tests/java/ifc/ucb/_XCachedDynamicResultSetStubFactory.java
@@ -117,7 +117,7 @@ public class _XCachedDynamicResultSetStubFactory extends MultiMethodTest {
     * Connection is checked by retrieving and comparing of row numbers
     * of connected set and its source set. <p>
     * Has <b>OK</b> status if row numbers are equal and they are
-    * greater then 0 (because JAR file contains at least one entry).
+    * greater than 0 (because JAR file contains at least one entry).
     */
     public void _connectToCache() throws Exception {
         boolean result = true ;


More information about the Libreoffice-commits mailing list