1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-02 10:52:37 +02:00

Don't catch exceptions thrown inside i/o (#291)

This commit is contained in:
Luck
2017-05-18 21:16:31 +01:00
parent ca1dacf2b6
commit cc907b6530
4 changed files with 21 additions and 84 deletions

View File

@@ -751,7 +751,7 @@ public interface PermissionHolder {
* @param server the server to filter by, can be null
* @param world the world to filter by, can be null
* @param temporary whether the query is for temporary nodes or not.
* @deprecated in favour of {@link #removeIf(Predicate)}
* @deprecated in favour of {@link #clearMatching(Predicate)}
*/
@Deprecated
void clearMetaKeys(String key, String server, String world, boolean temporary);