Skip to content

Commit

Permalink
Updated java17 method
Browse files Browse the repository at this point in the history
  • Loading branch information
shsimeonova committed Nov 10, 2023
1 parent ffe5cc6 commit 7688a89
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,11 +493,6 @@ private static string GetJavaCompilerPath(CompilerType type, ExecutionStrategyTy
=> Settings.GetJavaCompilerPath(strategyType);

private static bool IsJava17(ExecutionStrategyType type)
{
// => type.ToString().Contains("17");
var java17 = type.ToString().Contains("17");

return java17;
}
=> type.ToString().Contains("17");
}
}

0 comments on commit 7688a89

Please sign in to comment.