Guest User

Untitled

a guest
Dec 18th, 2018
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. warning: [unchecked] unchecked call to addAll(Collection<? extends E>) as a member of the raw type List
  2. userMenu.getItems().addAll(business.getAllUsers());
  3. where E is a type-variable:
  4. E extends Object declared in interface List
Add Comment
Please, Sign In to add comment