mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Making serializable
This commit is contained in:
parent
20a9d1222f
commit
8c59d82708
@ -18,10 +18,10 @@
|
||||
*/
|
||||
package org.wso2.carbon.device.mgt.common.app.mgt;
|
||||
|
||||
import java.util.List;
|
||||
import java.io.Serializable;
|
||||
import java.util.Properties;
|
||||
|
||||
public class Application {
|
||||
public class Application implements Serializable {
|
||||
|
||||
private String id;
|
||||
private String packageName;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user