From 49f32fc1a114174cac9824d6019c949778e7f6f6 Mon Sep 17 00:00:00 2001 From: Ian Smith Botsford Date: Thu, 23 Feb 2023 17:40:09 +0000 Subject: [PATCH] fix: update runtime-core API manifest after API-incompatible change that wasn't caught by CI --- runtime/runtime-core/api/runtime-core.api | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/runtime-core/api/runtime-core.api b/runtime/runtime-core/api/runtime-core.api index db1232dd6..a16371526 100644 --- a/runtime/runtime-core/api/runtime-core.api +++ b/runtime/runtime-core/api/runtime-core.api @@ -1076,8 +1076,8 @@ public abstract interface class aws/smithy/kotlin/runtime/retries/delay/RetryTok public final class aws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucket : aws/smithy/kotlin/runtime/retries/delay/RetryTokenBucket { public fun ()V - public fun (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Laws/smithy/kotlin/runtime/time/Clock;)V - public synthetic fun (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Laws/smithy/kotlin/runtime/time/Clock;ILkotlin/jvm/internal/DefaultConstructorMarker;)V + public fun (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Lkotlin/time/TimeSource;)V + public synthetic fun (Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions;Lkotlin/time/TimeSource;ILkotlin/jvm/internal/DefaultConstructorMarker;)V public fun acquireToken (Lkotlin/coroutines/Continuation;)Ljava/lang/Object; public final fun getOptions ()Laws/smithy/kotlin/runtime/retries/delay/StandardRetryTokenBucketOptions; }