fix-sonar-complaints
[portal/ric-dashboard.git] / dashboard / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / DashboardConstants.java
index 6f02a22..a96567f 100644 (file)
@@ -28,11 +28,9 @@ public abstract class DashboardConstants {
        public static final String ENDPOINT_PREFIX = "/api";
        // Spring path parameters
        public static final String RIC_INSTANCE_KEY = "ric";
+       public static final String APP_ID = "appid";
        // Factor out method names used in multiple controllers
        public static final String VERSION_METHOD = "version";
-       // Apps with metric panels
-       public static final String APP_NAME_AC = "AC";
-       public static final String APP_NAME_MC = "MC";
        // The role names are defined by ONAP Portal.
        // The prefix "ROLE_" is required by Spring.
        // These are used in Java code annotations that require constants.