Sonar: Reduce cyclomatic complexity
[portal.git] / ecomp-portal-BE-common / src / main / java / org / onap / portalapp / portal / transport / CentralV2UserApp.java
index a871857..2ada8ed 100644 (file)
@@ -33,7 +33,7 @@
  *
  * ============LICENSE_END============================================
  *
- * ECOMP is a trademark and service mark of AT&T Intellectual Property.
+ * 
  */
 package org.onap.portalapp.portal.transport;
 
@@ -49,7 +49,7 @@ public class CentralV2UserApp implements Serializable, Comparable{
        private Long userId;
        private CentralApp app;
        private CentralV2Role role;
-       private Short priority;
+       private Integer priority;
        
        
        
@@ -89,13 +89,13 @@ public class CentralV2UserApp implements Serializable, Comparable{
 
 
 
-       public Short getPriority() {
+       public Integer getPriority() {
                return priority;
        }
 
 
 
-       public void setPriority(Short priority) {
+       public void setPriority(Integer priority) {
                this.priority = priority;
        }