Skip to content

Commit

Permalink
Fix entire awt import
Browse files Browse the repository at this point in the history
  • Loading branch information
vogti committed Aug 5, 2024
1 parent 82dcf88 commit ecefed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbms/src/main/java/org/polypheny/db/PolyphenyDb.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import com.github.rvesse.airline.annotations.Command;
import com.github.rvesse.airline.annotations.Option;
import com.github.rvesse.airline.parser.errors.ParseException;
import java.awt.*;
import java.awt.SystemTray;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileOutputStream;
Expand Down
2 changes: 1 addition & 1 deletion dbms/src/main/java/org/polypheny/db/gui/GuiUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package org.polypheny.db.gui;

import java.awt.*;
import java.awt.Desktop;
import java.io.IOException;
import java.net.JarURLConnection;
import java.net.URI;
Expand Down

0 comments on commit ecefed3

Please sign in to comment.