Skip to content

Commit

Permalink
Revert static import wildcard use
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker committed Nov 29, 2024
1 parent 2576c31 commit e1ce604
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
package com.sun.glass.ui.gtk.screencast;

import static com.sun.glass.ui.gtk.screencast.ScreencastHelper.SCREENCAST_DEBUG;
import static java.nio.file.StandardWatchEventKinds.*;
import static java.nio.file.StandardWatchEventKinds.ENTRY_CREATE;
import static java.nio.file.StandardWatchEventKinds.ENTRY_DELETE;
import static java.nio.file.StandardWatchEventKinds.ENTRY_MODIFY;
import static java.nio.file.StandardWatchEventKinds.OVERFLOW;

import java.io.BufferedReader;
import java.io.BufferedWriter;
Expand Down

0 comments on commit e1ce604

Please sign in to comment.