diff options
author | Piotr Jaszczyk <piotr.jaszczyk@nokia.com> | 2018-12-13 08:26:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-12-13 08:26:21 +0000 |
commit | c7fec7e44a1e504943ed8973914eb890405e841e (patch) | |
tree | d0db82d8bc00beb1f01830ab5724819bb6075680 /sources/hv-collector-utils | |
parent | ccdbec825673153bd57681fa8e1e5a507f4f776b (diff) | |
parent | a105aeada6ad4dd88c32fe67d9377e3278dfff6e (diff) |
Merge "Add of adapter fun with param ClientContext"
Diffstat (limited to 'sources/hv-collector-utils')
-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, |