mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
change arg HashSet -> Set
This commit is contained in:
parent
1baa549390
commit
85be8b7cce
1 changed files with 1 additions and 1 deletions
|
|
@ -542,7 +542,7 @@ public class Notebook implements NoteEventListener {
|
|||
}
|
||||
}
|
||||
|
||||
public List<Note> getAllNotes(HashSet<String> userAndRoles) {
|
||||
public List<Note> getAllNotes(Set<String> userAndRoles) {
|
||||
final Set<String> entities = Sets.newHashSet();
|
||||
if (userAndRoles != null) {
|
||||
entities.addAll(userAndRoles);
|
||||
|
|
|
|||
Loading…
Reference in a new issue