Merge "Fix lazy initialization of non-volatile static field in GerritLauncher"

This commit is contained in:
Edwin Kempin
2013-10-28 08:41:21 +00:00
committed by Gerrit Code Review

View File

@@ -302,7 +302,7 @@ public final class GerritLauncher {
}
private volatile static File myArchive;
private static File myHome;
private volatile static File myHome;
/**
* Locate the JAR/WAR file we were launched from.