Skip to content

Commit

Permalink
fixed style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
musketyr committed Jan 17, 2023
1 parent e015eaa commit 40784ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

import javax.inject.Named;
import javax.inject.Singleton;
import java.util.Optional;

@Factory
@Requires(classes = { SimpleQueueService.class }, beans = { SimpleQueueService.class, AWSCredentialsProvider.class })
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@

import javax.inject.Named;
import javax.inject.Singleton;
import java.util.Optional;

@Factory
@Requires(classes = { SimpleQueueService.class }, beans = { SimpleQueueService.class, AwsCredentialsProvider.class })
Expand Down

0 comments on commit 40784ea

Please sign in to comment.