Skip to content

Commit

Permalink
Merge pull request #1037 from Netflix/sbn-migration
Browse files Browse the repository at this point in the history
Change the CassandraOperations constructor to be public
  • Loading branch information
chengw-netflix committed Mar 31, 2023
2 parents d8b027e + c489748 commit feceb6e
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 feceb6e

Please sign in to comment.