mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-22 19:57:33 +00:00
chore: migrate to new gradle intellij plugin
This commit is contained in:
parent
66f9f634c9
commit
d117d45459
16 changed files with 202 additions and 239 deletions
|
|
@ -10,7 +10,6 @@ public class GeneralSettingsConfigurable implements Configurable {
|
|||
|
||||
private GeneralSettingsComponent component;
|
||||
|
||||
@Nls(capitalization = Nls.Capitalization.Title)
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return CodeGPTBundle.get("settings.displayName");
|
||||
|
|
|
|||
|
|
@ -10,7 +10,6 @@ public class AdvancedSettingsConfigurable implements Configurable {
|
|||
|
||||
private AdvancedSettingsComponent component;
|
||||
|
||||
@Nls(capitalization = Nls.Capitalization.Title)
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return CodeGPTBundle.get("advancedSettingsConfigurable.displayName");
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ public class ConfigurationConfigurable implements Configurable {
|
|||
|
||||
private ConfigurationComponent component;
|
||||
|
||||
@Nls(capitalization = Nls.Capitalization.Title)
|
||||
@Override
|
||||
public String getDisplayName() {
|
||||
return CodeGPTBundle.get("configurationConfigurable.displayName");
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ public class CodeGPTStatusBarWidgetFactory extends StatusBarEditorBasedWidgetFac
|
|||
}
|
||||
|
||||
@Override
|
||||
public @Nls @NotNull String getDisplayName() {
|
||||
public @NotNull String getDisplayName() {
|
||||
return CodeGPTBundle.get("project.label");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue