diff options
author | kjaniak <kornel.janiak@nokia.com> | 2018-12-13 07:39:51 +0100 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2018-12-13 08:54:05 +0100 |
commit | a105aeada6ad4dd88c32fe67d9377e3278dfff6e (patch) | |
tree | 01c496ffa929eda3804b6b94e1391ced67265183 /sources/hv-collector-utils/src/main | |
parent | a239958522a9edd0951854884dd11a7ef5513ca4 (diff) |
Add of adapter fun with param ClientContext
Change-Id: Ib9ac6ab16c51ddf40ae849f4ce04ab7e25609f56
Issue-ID: DCAEGEN2-1031
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'sources/hv-collector-utils/src/main')
-rw-r--r-- | sources/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/logging/reactive_logging.kt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sources/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/logging/reactive_logging.kt b/sources/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/logging/reactive_logging.kt index 1e98f2fc..95590d9d 100644 --- a/sources/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/logging/reactive_logging.kt +++ b/sources/hv-collector-utils/src/main/kotlin/org/onap/dcae/collectors/veshv/utils/logging/reactive_logging.kt @@ -34,7 +34,6 @@ fun <T> Logger.handleReactiveStreamError( return returnFlux } - fun <T> Try<T>.filterFailedWithLog(logger: Logger, context: MappedDiagnosticContext, acceptedMsg: (T) -> String, |