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

@ -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) {