Skip to content

Commit

Permalink
make the constructor public
Browse files Browse the repository at this point in the history
  • Loading branch information
chengw-netflix committed Mar 31, 2023
1 parent d8b027e commit c489748
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ public class CassandraOperations implements ICassandraOperations {
private final IConfiguration configuration;

@Inject
CassandraOperations(IConfiguration configuration) {
public CassandraOperations(IConfiguration configuration) {
this.configuration = configuration;
}

Expand Down

0 comments on commit c489748

Please sign in to comment.