Skip to content

Commit 1e60926

Browse files
author
Stewart Miles
committed
Fixed compile error caused by I7ed2b9bb7
Change-Id: Ibde426093bc067a4c570c3b9a370f564829f3468
1 parent c1fa89d commit 1e60926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/AndroidResolver/src/JavaUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public ToolNotFoundException(string message) : base(message) {}
5454
/// </summary>
5555
internal static string JavaHome {
5656
get {
57-
var javaHome = null;
57+
string javaHome = null;
5858
// Unity 2019.3 added AndroidExternalToolsSettings which contains the JDK path so
5959
// try to use that first.
6060
var javaRootPath = UnityCompat.AndroidExternalToolsSettingsJdkRootPath;

0 commit comments

Comments
 (0)