Skip to content

Commit

Permalink
remove word
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Turner <[email protected]>
  • Loading branch information
spacey-sooty committed Nov 10, 2024
1 parent a735e05 commit db74ab6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public static boolean isAthena() {
private static final String UnknownPlatformString =
String.format("Unknown Platform. OS: %s, Architecture: %s", OS_NAME, OS_ARCH);

public static synchronized Platform getCurrentPlatform() {
public static Platform getCurrentPlatform() {
String OS_NAME;
if (Platform.OS_NAME != null) {
OS_NAME = Platform.OS_NAME;
Expand Down

0 comments on commit db74ab6

Please sign in to comment.