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

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Fri May 15 13:33:14 UTC 2020


 jvmfwk/source/elements.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e55cf3bb2b445201280cdc6742926787294e2363
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Fri May 15 12:09:15 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Fri May 15 15:32:36 2020 +0200

    Typo in comment
    
    Change-Id: I8b33a9cdb622edb065bceef2e9122c2fd28ce75e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94306
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/jvmfwk/source/elements.cxx b/jvmfwk/source/elements.cxx
index 5f7ff045b302..f05cb5950e83 100644
--- a/jvmfwk/source/elements.cxx
+++ b/jvmfwk/source/elements.cxx
@@ -878,7 +878,7 @@ void CNodeJavaInfo::writeToNode(xmlDoc* pDoc,
     xmlAddChild(pJavaInfoNode, nodeCrLf);
 
 
-    //Create the features element
+    //Create the vendorData element
     rtl::ByteSequence data = encodeBase16(arVendorData);
     xmlNode* dataNode = xmlNewChild(pJavaInfoNode, nullptr,
                                     reinterpret_cast<xmlChar const *>("vendorData"),


More information about the Libreoffice-commits mailing list