mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'policy-ui' into 'master'
Remove unnecessary variable from card bean See merge request entgra/carbon-device-mgt!736
This commit is contained in:
commit
cb3b07f35e
@ -31,7 +31,6 @@ public class Card {
|
||||
private String key;
|
||||
private List<APIContent> apiContents;
|
||||
private APIContent apiContent;
|
||||
private Item item;
|
||||
private List<Item> items;
|
||||
private List<SubContent> subContents;
|
||||
|
||||
@ -72,15 +71,6 @@ public class Card {
|
||||
this.apiContent = apiContent;
|
||||
}
|
||||
|
||||
@XmlElement(name = "Item")
|
||||
public Item getItem() {
|
||||
return item;
|
||||
}
|
||||
|
||||
public void setItem(Item item) {
|
||||
this.item = item;
|
||||
}
|
||||
|
||||
@XmlElementWrapper(name = "Items")
|
||||
@XmlElement(name = "Item")
|
||||
public List<Item> getItems() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user