diff options
-rw-r--r-- | javaunohelper/com/sun/star/comp/helper/Bootstrap.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java index 6c40f7c09f64..3bc5bdea0212 100644 --- a/javaunohelper/com/sun/star/comp/helper/Bootstrap.java +++ b/javaunohelper/com/sun/star/comp/helper/Bootstrap.java @@ -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 |