Skip to content

Commit

Permalink
IntelliJ stop resetting this config option challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
me4502 committed Feb 16, 2025
1 parent 99f4e7a commit b4941a9
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@

import java.io.Closeable;
import java.io.IOException;
import java.nio.file.*;
import java.nio.file.ClosedWatchServiceException;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.StandardWatchEventKinds;
import java.nio.file.WatchEvent;
import java.nio.file.WatchKey;
import java.nio.file.WatchService;
import java.util.function.Consumer;

/**
Expand Down

0 comments on commit b4941a9

Please sign in to comment.