mirror of
https://github.com/carlrobertoh/ProxyAI.git
synced 2026-05-16 02:39:13 +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
|
|
@ -12,10 +12,6 @@ public class CodeGPTBundle extends DynamicBundle {
|
|||
super("messages.codegpt");
|
||||
}
|
||||
|
||||
public static String get(@NotNull @PropertyKey(resourceBundle = "messages.codegpt") String key) {
|
||||
return INSTANCE.getMessage(key);
|
||||
}
|
||||
|
||||
public static String get(
|
||||
@NotNull @PropertyKey(resourceBundle = "messages.codegpt") String key,
|
||||
Object... params) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue