Issue #1456 Changed ArrayList parameter to List.
Change-Id: I47e7a054b774f5f2707f53b1c3692c3ec07ac157 Former-commit-id:1c6cfee5cc
[formerly1c6cfee5cc
[formerly 6ba091caf7aa4de243fbea57ed19ae99ddb39585]] Former-commit-id:71230cc246
Former-commit-id:9bcf7cbd07
This commit is contained in:
parent
a0a9a3027e
commit
844ee8cd77
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ public class DualList extends Composite {
|
|||
* @param selectedList
|
||||
* all users listed in notification table
|
||||
*/
|
||||
public void setSelectedList(ArrayList<String> selectedList) {
|
||||
public void setSelectedList(java.util.List<String> selectedList) {
|
||||
config.setSelectedList(selectedList);
|
||||
populateLists();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue