Skip to content

Commit 2aed4b8

Browse files
fix: resolve merge confl
Signed-off-by: Santhosh Reddy Vootukuri (SUNNY) <nagavo@microsoft.com>
1 parent 7389e8f commit 2aed4b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microcks.Testcontainers/Helpers/MacOSHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public static class MacOSHelper
3737

3838
/// <summary>
3939
/// Get Java options for MacOS M4 to fix SIGILL error.
40+
/// Note: This is a temporary fix.
4041
/// </summary>
41-
/// <returns></returns>
4242
public static IReadOnlyDictionary<string, string> GetJavaOptions(string keyname = "JAVA_OPTIONS")
4343
{
4444
if (IsMacOS)

0 commit comments

Comments
 (0)