diff options
author | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-08-15 16:29:17 -0400 |
---|---|---|
committer | Phillip Leigh <phillip.leigh@amdocs.com> | 2018-08-15 16:36:31 -0400 |
commit | fccfe14bac462212fac43b8f134678eb48144ac5 (patch) | |
tree | ca1cb7de81843483fdb377519cc9c5d930eee02a | |
parent | 08496f00787d418976354cb0aa02f0bf0f4b0294 (diff) |
Fix swagger error for NetworkDiscoveryContextBlder
Issue-ID: LOG-599
Change-Id: Icef6da3d7acf33632e57d62b3d3e3515d65af779
Signed-off-by: Phillip Leigh <phillip.leigh@amdocs.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -161,7 +161,7 @@ limitations under the License. <apiSources> <apiSource> <locations> - <location>org.onap.sdnc.apps.pomba.networkdiscovery.service.rs</location> + <location>org.onap.pomba.contextbuilder.networkdiscovery.service.rs</location> </locations> <basePath>/network-discovery</basePath> <info> |