diff options
author | Dan Timoney <dtimoney@att.com> | 2022-05-16 17:57:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-05-16 17:57:30 +0000 |
commit | fb1dea610af25faa23e6ffac5c4694c881c670e2 (patch) | |
tree | 66667071b3f18634dc6b7098ca6c9538df10e6fb /a1-policy-management/src/test | |
parent | 4faa502e6fb2a1d242618ba1513a47eb55d0a530 (diff) | |
parent | 069b469a3990f30b3a0012f3d9fde535ebf3149f (diff) |
Merge "Documentation updates"
Diffstat (limited to 'a1-policy-management/src/test')
-rw-r--r-- | a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java b/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java index d9c724fc..371bd959 100644 --- a/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java +++ b/a1-policy-management/src/test/java/org/onap/ccsdk/oran/a1policymanagementservice/controllers/v2/RappSimulatorController.java @@ -78,7 +78,7 @@ public class RappSimulatorController { @Getter private TestResults testResults = new TestResults(); - private static final String CALLBACK_DESCRIPTION = "The URL to this call is registerred at Service registration."; + private static final String CALLBACK_DESCRIPTION = "The URL to this call is registered at Service registration."; @PostMapping(path = SERVICE_CALLBACK_URL, produces = MediaType.APPLICATION_JSON_VALUE) @Operation(summary = "Callback for Near-RT RIC status", description = CALLBACK_DESCRIPTION) |