[Libreoffice-commits] core.git: connectivity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed May 1 20:39:49 UTC 2019


 connectivity/source/inc/java/LocalRef.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2aed7abb64ded178850f1ecaff98986357086b68
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:38 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed May 1 22:38:59 2019 +0200

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

diff --git a/connectivity/source/inc/java/LocalRef.hxx b/connectivity/source/inc/java/LocalRef.hxx
index 18beca5e6f36..e4db70263801 100644
--- a/connectivity/source/inc/java/LocalRef.hxx
+++ b/connectivity/source/inc/java/LocalRef.hxx
@@ -30,7 +30,7 @@ namespace connectivity { namespace jdbc
 
         Note that this class never actually calls NewLocalRef. It is assumed that all objects
         passed are already acquired with a local ref (as it usually is the case if you obtain
-        the object from an JNI method).
+        the object from a JNI method).
     */
     template< typename T >
     class LocalRef final


More information about the Libreoffice-commits mailing list