Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SO-5952: Windows 11 system detection #1300

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
style: fix indentation
  • Loading branch information
adamfilep committed Jun 20, 2024
commit 428367e90df8148647724bf6db3f50b3be7534fd
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@
* @return
*/
public static boolean isWindows11() {
return System.getProperty("os.name").equals("Windows 11");
}
return System.getProperty("os.name").equals("Windows 11");

Check warning on line 185 in core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/util/PlatformUtil.java

View check run for this annotation

Codecov / codecov/patch

core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/util/PlatformUtil.java#L185

Added line #L185 was not covered by tests
}

}
Loading