Skip to content

Commit

Permalink
removed deprecated overrides
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Dietisheim <[email protected]>
  • Loading branch information
adietish committed Apr 16, 2024
1 parent 1a301e9 commit 2b23720
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,11 +98,6 @@ public boolean isBackgroundJobRunning() {
public void addSettingsListener(@NotNull ProjectGeneratorPeer.SettingsListener listener) {
ProjectGeneratorPeer.super.addSettingsListener(listener);
}

@Override
public void addSettingsStateListener(@NotNull WebProjectGenerator.SettingsStateListener listener) {

}
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,6 @@ public void projectClosing(@NotNull Project project) {
public boolean shouldBeAvailable(@NotNull Project project) {
return true;
}

@Override
public boolean isDoNotActivateOnStart() {
return true;
}

}

class ContentChangeManagerListener implements ContentManagerListener {
Expand Down

0 comments on commit 2b23720

Please sign in to comment.