Skip to content

Commit

Permalink
fixed wrong import
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jan 9, 2025
1 parent 60d96c4 commit 8d220f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@
import reactor.core.publisher.Flux;
import reactor.core.publisher.Mono;
import software.amazon.awssdk.services.dynamodb.model.ResourceNotFoundException;
import software.amazon.awssdk.services.dynamodb.model.Stream;

import java.util.Collections;
import java.util.Map;
import java.util.Optional;
import java.util.stream.Stream;

/**
* Introduction for {@link Service} annotation.
Expand Down

0 comments on commit 8d220f1

Please sign in to comment.