mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 23:55:58 +01:00
[xdata] Fix ProtectedMembersInFinalClass Error Prone warning
This commit is contained in:
parent
59d3d75a71
commit
b9be45ae2c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public final class JidMultiFormField extends FormField {
|
|||
|
||||
private final List<String> rawValues;
|
||||
|
||||
protected JidMultiFormField(Builder builder) {
|
||||
JidMultiFormField(Builder builder) {
|
||||
super(builder);
|
||||
values = CollectionUtil.cloneAndSeal(builder.values);
|
||||
rawValues = CollectionUtil.cloneAndSeal(builder.rawValues);
|
||||
|
|
Loading…
Reference in a new issue