Kaydet (Commit) c7c53535 authored tarafından rbuj's avatar rbuj Kaydeden (comit) David Tardon

javaunohelper: String comparison

Change-Id: Ic0291e655525639b2f3cd33760d8f5f343b208f1
Reviewed-on: https://gerrit.libreoffice.org/10638Reviewed-by: 's avatarSamuel Mehrbrodt <s.mehrbrodt@gmail.com>
Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 6e53a179
......@@ -199,7 +199,7 @@ public class Bootstrap {
if (! m_loaded_juh)
{
if (System.getProperty("java.vendor") == "The Android Project")
if ("The Android Project".equals(System.getProperty("java.vendor")))
{
// Find out if we are configured with DISABLE_DYNLOADING or
// not. Try to load the lo-bootstrap shared library which
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment