This would probably end up being an issue...

This commit is contained in:
Camotoy 2024-05-01 15:41:27 -04:00
parent 1e8d6b23cf
commit cc635d4447
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ public class SimpleJavaRegistry<T> implements JavaRegistry<T> {
@Override
public void reset(List<T> values) {
this.values.clear();
this.values.addAll(values);
this.values.trim();
}