Skip to content

Commit

Permalink
SQS:spelling of visibilityTimeout in SqsSourceSettings#toString (#2153)
Browse files Browse the repository at this point in the history
  • Loading branch information
wi101 committed Feb 18, 2020
1 parent ab1b975 commit 60da0a0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ final class SqsSourceSettings private (
s"attributeNames=${attributeNames.mkString(",")}, " +
s"messageAttributeNames=${messageAttributeNames.mkString(",")}, " +
s"closeOnEmptyReceive=$closeOnEmptyReceive," +
s"visibilityTomeout=${visibilityTimeout.map(_.toCoarsest)}" +
s"visibilityTimeout=${visibilityTimeout.map(_.toCoarsest)}" +
")"
}

Expand Down

0 comments on commit 60da0a0

Please sign in to comment.