We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d37bb8 commit 28cc378Copy full SHA for 28cc378
app/src/main/java/org/jd/gui/util/sys/SystemUtils.java
@@ -5,7 +5,7 @@
5
*/
6
public final class SystemUtils {
7
8
- static boolean isLinux() {
+ public static boolean isLinux() {
9
return System.getProperty("os.name").startsWith("Linux");
10
}
11
0 commit comments