diff options
author | liamfallon <liam.fallon@est.tech> | 2021-06-28 10:50:01 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2021-06-28 10:51:09 +0100 |
commit | d2b5424c17ef26d5e71b3014234cfd02f7854eca (patch) | |
tree | a6a1ada56ac220fe525ec856f715530a5222bfda /feature-state-management | |
parent | 3dbcd3ceb1f71626d1e35da01fd3ecbaa7fb58d7 (diff) |
Update policy-drools-pdp for checkstyle 8.43
Updates are indentation changes on annotations.
Issue-ID: POLICY-3209
Change-Id: I7b55b2affa3e16afb0c0f8398b902a04f13c4db0
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'feature-state-management')
-rw-r--r-- | feature-state-management/src/main/java/org/onap/policy/drools/statemanagement/IntegrityMonitorRestManager.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/feature-state-management/src/main/java/org/onap/policy/drools/statemanagement/IntegrityMonitorRestManager.java b/feature-state-management/src/main/java/org/onap/policy/drools/statemanagement/IntegrityMonitorRestManager.java index 459d3836..b2878dab 100644 --- a/feature-state-management/src/main/java/org/onap/policy/drools/statemanagement/IntegrityMonitorRestManager.java +++ b/feature-state-management/src/main/java/org/onap/policy/drools/statemanagement/IntegrityMonitorRestManager.java @@ -3,6 +3,7 @@ * feature-state-management * ================================================================================ * Copyright (C) 2017-2019 AT&T Intellectual Property. All rights reserved. + * Modifications Copyright (C) 2021 Nordix Foundation. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -50,10 +51,10 @@ public class IntegrityMonitorRestManager { + "subcomponent instance is functioning properly and able to respond to requests.", response = String.class) @ApiResponses(value = { - @ApiResponse( + @ApiResponse( code = 200, message = "Integrity monitor sanity check passed"), - @ApiResponse( + @ApiResponse( code = 500, message = "Integrity monitor sanity check encountered an exception. " + "This can indicate operational state disabled or administrative state locked") |