Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
n1v0lg committed Sep 26, 2024
1 parent 98055f1 commit 534bfeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,7 @@ public void getPrivileges(
getPrivileges(applications, names, waitForAvailableSecurityIndex, listener);
}

// pck-private for tests
void getPrivileges(
public void getPrivileges(
Collection<String> applications,
Collection<String> names,
boolean waitForAvailableSecurityIndex,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1699,6 +1699,7 @@ public SecurityIndexManager.State dummyIndexState(boolean isIndexUpToDate, Clust
true,
true,
true,
false,
null,
null,
null,
Expand Down

0 comments on commit 534bfeb

Please sign in to comment.