Improve coverage and silence sonar warnings
[portal/ric-dashboard.git] / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / model / AppTransport.java
index ea04067..abe026b 100644 (file)
@@ -39,11 +39,11 @@ public class AppTransport implements IDashboardResponse {
        /**
         * Builds an object with the specified value.
         * 
-        * @param s
-        *              value to transport.
+        * @param n
+        *              Name to transport
         */
-       public AppTransport(String s) {
-               this.name = s;
+       public AppTransport(String n) {
+               this.name = n;
        }
 
        public String getName() {