Skip to content

Commit

Permalink
max_opened_projects: ProjectCloseListener cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
YannCebron committed Apr 9, 2024
1 parent caec363 commit 3cf9b19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import org.jetbrains.annotations.NotNull;

/**
* Listener to detect project close.
* Listener to detect project closing.
*/
public class ProjectCloseListener implements ProjectManagerListener {
final class ProjectCloseListener implements ProjectManagerListener {

@Override
public void projectClosed(@NotNull Project project) {
Expand Down

0 comments on commit 3cf9b19

Please sign in to comment.