mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-20 01:02:02 +00:00
chore: Improve code (#442)
* chore: Improve code * Convert classes to records
This commit is contained in:
parent
c29d3928db
commit
7d89650062
86 changed files with 528 additions and 976 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue