mirror of
https://github.com/CarmJos/EasyPlugin.git
synced 2026-06-04 16:48:16 +08:00
修改builder访问限制
This commit is contained in:
+4
-4
@@ -7,11 +7,11 @@ import java.util.Arrays;
|
||||
|
||||
public class EasyMessageBuilder {
|
||||
|
||||
String content;
|
||||
String[] params;
|
||||
protected String content;
|
||||
protected String[] params;
|
||||
|
||||
@Nullable String paramPrefix = "%(";
|
||||
@Nullable String paramSuffix = ")";
|
||||
protected @Nullable String paramPrefix = "%(";
|
||||
protected @Nullable String paramSuffix = ")";
|
||||
|
||||
public EasyMessageBuilder() {
|
||||
}
|
||||
|
||||
+4
-4
@@ -7,11 +7,11 @@ import java.util.Arrays;
|
||||
|
||||
public class EasyMessageListBuilder {
|
||||
|
||||
String[] contents;
|
||||
String[] params;
|
||||
protected String[] contents;
|
||||
protected String[] params;
|
||||
|
||||
@Nullable String paramPrefix = "%(";
|
||||
@Nullable String paramSuffix = ")";
|
||||
protected @Nullable String paramPrefix = "%(";
|
||||
protected @Nullable String paramSuffix = ")";
|
||||
|
||||
public EasyMessageListBuilder() {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user