Skip to content

Commit

Permalink
Update packages/logging_cloudwatch/aws_logging_cloudwatch/lib/src/rem…
Browse files Browse the repository at this point in the history
…ote_constraint_provider.dart

Co-authored-by: Dillon Nys <[email protected]>
  • Loading branch information
khatruong2009 and dnys1 authored Sep 19, 2023
1 parent f513d0e commit c12af97
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ base class BaseRemoteLoggingConstraintProvider
}
}

/// Returns [LoggingConstraint] from cache or `null` if cache is missing.
/// Returns [LoggingConstraint] from the cache or `null` if the cache is missing
/// or if the constraints could not be retrieved from the remote server.
@override
LoggingConstraint? get loggingConstraint => _loggingConstraint;

Expand Down

0 comments on commit c12af97

Please sign in to comment.