Fixes encapsulation
All checks were successful
KnarCraft/KnarLib/pipeline/head This commit looks good

This commit is contained in:
2025-09-16 21:19:30 +02:00
parent f6e766d453
commit b0968e619d

View File

@@ -208,7 +208,7 @@ public final class TabCompletionHelper {
* @return <p>All known valid auto-complete options</p> * @return <p>All known valid auto-complete options</p>
*/ */
@NotNull @NotNull
private static List<String> tabCompletePermission(@NotNull String typedNode) { public static List<String> tabCompletePermission(@NotNull String typedNode) {
if (plugins == null) { if (plugins == null) {
loadAvailablePermissions(); loadAvailablePermissions();
} }