chore: Improve code (#442)

* chore: Improve code

* Convert classes to records
This commit is contained in:
Rene Leonhardt 2024-04-10 13:47:38 +02:00 committed by GitHub
parent c29d3928db
commit 7d89650062
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
86 changed files with 528 additions and 976 deletions

View file

@ -30,7 +30,7 @@ public class CodeGPTStatusBarWidget extends EditorBasedStatusBarPopup {
}
@Override
protected @Nullable ListPopup createPopup(DataContext context) {
protected @Nullable ListPopup createPopup(@NotNull DataContext context) {
return JBPopupFactory.getInstance()
.createActionGroupPopup(
CodeGPTBundle.get("project.label"),