aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguochuyicmri <guochuyi@chinamobile.com>2018-09-04 17:12:10 +0800
committerguochuyicmri <guochuyi@chinamobile.com>2018-09-04 17:35:40 +0800
commit479c51a9cc1f4bc3ce2eb6abff04af55c64b8464 (patch)
tree9a17ecc57d02b79a28feac8ccbdb4abbc967ac02
parenta79e8f8dc0ac86c44d58ca0640b70ae68dc6002e (diff)
test git commit
Change-Id: I9d9508b402bd2c38ba1ae6e757d11a7d9a90dc9e Issue-ID: USECASEUI-129 Signed-off-by: guochuyicmri <guochuyi@chinamobile.com>
-rwxr-xr-xserver/src/main/java/org/onap/usecaseui/server/controller/AlarmController.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/server/src/main/java/org/onap/usecaseui/server/controller/AlarmController.java b/server/src/main/java/org/onap/usecaseui/server/controller/AlarmController.java
index 031d21f8..63e91d00 100755
--- a/server/src/main/java/org/onap/usecaseui/server/controller/AlarmController.java
+++ b/server/src/main/java/org/onap/usecaseui/server/controller/AlarmController.java
@@ -92,7 +92,10 @@ public class AlarmController
return new ModelAndView("index");
}
-
+
+ /**
+ * test commit
+ */
@RequestMapping(value = {"/alarm/{currentPage}/{pageSize}",
"/alarm/{currentPage}/{pageSize}/{sourceId}/{sourceName}/{priority}/{startTime}/{endTime}/{vfStatus}"},
method = RequestMethod.GET , produces = "application/json")