Kaydet (Commit) 19226572 authored tarafından rbuj's avatar rbuj Kaydeden (comit) Noel Grandin

javaunohelper: String comparison

Change-Id: I52a7e456bef73824f64213c982052c61e54f7c76
Reviewed-on: https://gerrit.libreoffice.org/10621Reviewed-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
Tested-by: 's avatarNoel Grandin <noelgrandin@gmail.com>
üst c0d298ec
...@@ -46,7 +46,7 @@ public class SharedLibraryLoader { ...@@ -46,7 +46,7 @@ public class SharedLibraryLoader {
public static final String DEFAULT_IMPLEMENTATION = "com.sun.star.comp.stoc.DLLComponentLoader"; public static final String DEFAULT_IMPLEMENTATION = "com.sun.star.comp.stoc.DLLComponentLoader";
static { static {
if (System.getProperty("java.vendor") == "The Android Project") { if ("The Android Project".equals(System.getProperty("java.vendor"))) {
// See corresponding code in // See corresponding code in
// javaunohelper/com/sun/star/comp/helper/Bootstrap.java for more // javaunohelper/com/sun/star/comp/helper/Bootstrap.java for more
// comments. // comments.
......
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