diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-05-08 15:14:49 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-05-08 15:18:47 -0700 |
commit | 298a8f5143c8ce87094770f68dfbbcc39ef14553 (patch) | |
tree | 70d56d943cf120d064cd02e2a532b4f5c222e916 /appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test | |
parent | d7f35b76ef535dc620d873423d6a77d2e575782b (diff) |
Change rest healthcheck to use appc parent poms
Change appc-rest-healthcheck over to the new style
of features using the org.onap.appc.parent pom files
as parents.
Change-Id: I781754f3ad5c31a937d17449ff46320d60db4975
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1586
Diffstat (limited to 'appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test')
-rw-r--r-- | appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivatorTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivatorTest.java b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivatorTest.java index dd5716d9c..5bb8d1adc 100644 --- a/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivatorTest.java +++ b/appc-adapters/appc-rest-healthcheck-adapter/appc-rest-healthcheck-adapter-bundle/src/test/java/org/onap/appc/adapter/restHealthcheck/RestHealthcheckActivatorTest.java @@ -2,7 +2,7 @@ * ============LICENSE_START======================================================= * ONAP : APPC * ================================================================================ - * Copyright (C) 2018 AT&T All rights reserved. + * Copyright (C) 2018-2019 AT&T 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. @@ -41,7 +41,7 @@ import org.osgi.framework.ServiceRegistration; public class RestHealthcheckActivatorTest { @Mock - private ServiceRegistration<RestHealthcheckActivator> serviceRegistration; + private ServiceRegistration serviceRegistration; @Mock private BundleContext bundleContext; |