This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new fdac35ec5 aws-spi-pekko-http: remove unnecessary implicit (#761)
fdac35ec5 is described below
commit fdac35ec557da7f783ba39d00c62caac89fc7802
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Aug 3 15:54:11 2024 +0100
aws-spi-pekko-http: remove unnecessary implicit (#761)
* remove unnecessary implicit
* Update SqsSourceSettings.scala
---
.../org/apache/pekko/stream/connectors/awsspi/RequestRunner.scala | 3 +--
.../org/apache/pekko/stream/connectors/sqs/SqsSourceSettings.scala | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git
a/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/RequestRunner.scala
b/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/RequestRunner.scala
index 9eaf3eac2..fa1335bce 100644
---
a/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/RequestRunner.scala
+++
b/aws-spi-pekko-http/src/main/scala/org/apache/pekko/stream/connectors/awsspi/RequestRunner.scala
@@ -21,7 +21,6 @@ import java.util.concurrent.CompletableFuture
import java.util.Collections
import org.apache.pekko
-import pekko.actor.ActorSystem
import pekko.http.scaladsl.model.{ ContentTypes, HttpResponse }
import pekko.http.scaladsl.model.headers.{ `Content-Length`, `Content-Type` }
import pekko.stream.Materializer
@@ -33,7 +32,7 @@ import
software.amazon.awssdk.http.async.SdkAsyncHttpResponseHandler
import scala.concurrent.{ ExecutionContext, Future }
-class RequestRunner()(implicit sys: ActorSystem, ec: ExecutionContext, mat:
Materializer) {
+class RequestRunner()(implicit ec: ExecutionContext, mat: Materializer) {
val logger = LoggerFactory.getLogger(this.getClass)
diff --git
a/sqs/src/main/scala/org/apache/pekko/stream/connectors/sqs/SqsSourceSettings.scala
b/sqs/src/main/scala/org/apache/pekko/stream/connectors/sqs/SqsSourceSettings.scala
index 79f464a43..61329050b 100644
---
a/sqs/src/main/scala/org/apache/pekko/stream/connectors/sqs/SqsSourceSettings.scala
+++
b/sqs/src/main/scala/org/apache/pekko/stream/connectors/sqs/SqsSourceSettings.scala
@@ -168,7 +168,7 @@ object SqsSourceSettings {
}
/**
- * Message attribure names described at
+ * Message attribute names described at
*
https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html#API_ReceiveMessage_RequestParameters
*/
final class MessageAttributeName private (val name: String) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]