aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/org/onap/integration/simulators/nfsimulator/vesclient/SwaggerConfig.java
diff options
context:
space:
mode:
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();
}