diff --git a/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/MessageLoader.kt b/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/MessageLoader.kt index 8bcdd54..f460dce 100644 --- a/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/MessageLoader.kt +++ b/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/MessageLoader.kt @@ -1,5 +1,5 @@ /* - * Copyright 2023 Exactpro (Exactpro Systems Limited) + * Copyright 2023-2025 Exactpro (Exactpro Systems Limited) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,6 @@ import com.exactpro.th2.dataprovider.grpc.MessageSearchRequest import com.exactpro.th2.dataprovider.grpc.MessageSearchResponse import com.exactpro.th2.dataprovider.grpc.MessageStream import com.exactpro.th2.dataprovider.grpc.TimeRelation -import com.exactpro.th2.lme.oe.util.ProviderCall import com.google.protobuf.Int32Value import com.google.protobuf.Timestamp import com.google.protobuf.util.Timestamps.compare diff --git a/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/ProviderCall.kt b/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/ProviderCall.kt index d2906f5..5912cb8 100644 --- a/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/ProviderCall.kt +++ b/src/main/kotlin/com/exactpro/th2/conn/dirty/fix/ProviderCall.kt @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2023, Exactpro Systems LLC + * Copyright (c) 2023-2025, Exactpro Systems LLC * www.exactpro.com * Build Software to Test Software * @@ -7,7 +7,6 @@ * This is unpublished, licensed software, confidential and proprietary * information which is the property of Exactpro Systems LLC or its licensors. ******************************************************************************/ -package com.exactpro.th2.lme.oe.util import io.grpc.Context