Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fixed #121 - Updated documentation for multiple SQS services
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr authored Aug 30, 2021
1 parent 169be60 commit c1fc0a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grails-aws-sdk-sqs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,10 @@ class MyQueueService extends AmazonSQSService {
static final QUEUE_NAME = 'my-queue'
@PostConstruct
def init() {
init(QUEUE_NAME)
}
void afterPropertiesSet() {
super.afterPropertiesSet()
init(QUEUE_NAME)
}
}
```
Expand Down

0 comments on commit c1fc0a1

Please sign in to comment.