1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-31 01:59:48 +02:00

ContextSet performance improvements (#3209)

A bit experimental, should be stable enough though.
This commit is contained in:
Luck
2021-11-17 23:18:11 +00:00
parent 848fc353d4
commit c9d4c7dac7
75 changed files with 523 additions and 287 deletions

View File

@@ -119,7 +119,7 @@ public interface ImmutableContextSet extends ContextSet {
}
/**
* Adds of of the contexts in another {@link ContextSet} to the set.
* Adds all the contexts in another {@link ContextSet} to the set.
*
* @param contextSet the set to add from
* @return the builder

View File

@@ -94,7 +94,7 @@ public interface MutableContextSet extends ContextSet {
}
/**
* Adds of of the contexts in another {@link ContextSet} to this set.
* Adds all the contexts in another {@link ContextSet} to this set.
*
* @param contextSet the set to add from
* @throws NullPointerException if the contextSet is null