Skip to content

Commit

Permalink
Remove OS requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-herman committed Mar 2, 2024
1 parent 4bd6182 commit b39c62b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/pl/edu/pw/mini/hermant/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

public class Main {
public static void main(String[] args) {
if (!SystemUtils.IS_OS_LINUX) throw new UnsupportedOperationException("Unsupported OS");
FlatIntelliJLaf.install();
WindowBuilder builder = new WindowBuilder();
Form form = new AnalyzerForm();
Expand Down

0 comments on commit b39c62b

Please sign in to comment.