Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Feb 4, 2024
1 parent 66d4496 commit 9e3e246
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ public AdditionalAerospikeTestOperations aerospikeOperations(AerospikeTemplate t
@Override
@Bean(name = "aerospikeClient", destroyMethod = "close")
public IAerospikeClient aerospikeClient(AerospikeSettings settings) {
// another implementation of IAerospikeClient can be instantiated here if needed
return new AerospikeClient(getClientPolicy(), settings.getConnectionSettings().getHostsArray());
}

}

0 comments on commit 9e3e246

Please sign in to comment.