From 11ae431767ccb102fd20688938acbfaee6803463 Mon Sep 17 00:00:00 2001 From: Kha Truong <64438356+khatruong2009@users.noreply.github.com> Date: Thu, 7 Sep 2023 09:47:07 -0700 Subject: [PATCH] chore: fixed comment to reflect change in fetchInterval and flushInterval property name change --- .../lib/src/remote_constraint_provider.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart b/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart index a7f50c4318..9501ed46b4 100644 --- a/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart +++ b/packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/remote_constraint_provider.dart @@ -169,7 +169,7 @@ class DefaultRemoteConfiguration { /// The endpoint to fetch the `loggingConstraint`. final String endpoint; - /// The referesh interval in seconds to fetch the `loggingConstraint`. + /// The referesh interval to fetch the `loggingConstraint`. final Duration refreshInterval; /// The region of the endpoint.