Improve the format of category and tag classes

feature/appm-store/pbac
lasanthaDLPDS 5 years ago
parent a9a608bc84
commit 3eb69a9fca

@ -1,4 +1,4 @@
package org.wso2.carbon.device.application.mgt.common.response;/* Copyright (c) 2019, Entgra (Pvt) Ltd. (http://www.entgra.io) All Rights Reserved.
/* Copyright (c) 2019, Entgra (Pvt) Ltd. (http://www.entgra.io) All Rights Reserved.
*
* Entgra (Pvt) Ltd. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
@ -15,6 +15,8 @@ package org.wso2.carbon.device.application.mgt.common.response;/* Copyright (c)
* under the License.
*/
package org.wso2.carbon.device.application.mgt.common.response;
public class Category {
private String categoryName;

@ -1,4 +1,4 @@
package org.wso2.carbon.device.application.mgt.common.response;/* Copyright (c) 2019, Entgra (Pvt) Ltd. (http://www.entgra.io) All Rights Reserved.
/* Copyright (c) 2019, Entgra (Pvt) Ltd. (http://www.entgra.io) All Rights Reserved.
*
* Entgra (Pvt) Ltd. licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file except
@ -15,6 +15,8 @@ package org.wso2.carbon.device.application.mgt.common.response;/* Copyright (c)
* under the License.
*/
package org.wso2.carbon.device.application.mgt.common.response;
public class Tag {
private String tagName;

Loading…
Cancel
Save