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

Commit

Permalink
Added missing @slf4j annotation for the Kinesis AbstractClientService (
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr authored Jul 20, 2022
1 parent fdac7cc commit f111781
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ import com.amazonaws.services.kinesis.clientlibrary.lib.worker.KinesisClientLibC
import com.amazonaws.services.kinesis.clientlibrary.lib.worker.Worker
import grails.core.GrailsApplication
import grails.util.Environment
import groovy.util.logging.Slf4j

import java.util.concurrent.ExecutorService
import java.util.concurrent.Executors
import java.util.concurrent.TimeUnit

@Slf4j
abstract class AbstractClientService {

static SERVICE_NAME = ServiceAbbreviations.Kinesis
Expand Down

0 comments on commit f111781

Please sign in to comment.