aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2021-03-15 12:57:59 +0100
committerZebek Bogumil <bogumil.zebek@nokia.com>2021-03-15 12:57:59 +0100
commitbb84e030c255b379a46cc1b0bbaaebb24ec056b9 (patch)
tree0b9a6a23b5f39b5adfdd30715fb43f885688e2a6 /src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java
parentbae12bf7d5a92a4d6be22e9ce8c3dc9878c59f36 (diff)
Update swagger doc Extend swagger documentation.
Issue-ID: INT-1869 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I5496b5f28a6599da231b2542c270682243c5421f
Diffstat (limited to 'src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java')
-rw-r--r--src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java b/src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java
index c709729..1973621 100644
--- a/src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java
+++ b/src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java
@@ -2,7 +2,7 @@
* ============LICENSE_START=======================================================
* PNF-REGISTRATION-HANDLER
* ================================================================================
- * Copyright (C) 2018 Nokia. All rights reserved.
+ * Copyright (C) 2021 Nokia. All rights reserved.
* ================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ public class SwaggerConfig {
public Docket api() {
return new Docket(DocumentationType.SWAGGER_2)
.select()
- .apis(RequestHandlerSelectors.basePackage("org.onap.pnfsimulator"))
+ .apis(RequestHandlerSelectors.basePackage("org.onap.integration.simulators.nfsimulator.vesclient"))
.paths(PathSelectors.any())
.build();
}