Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
agrgr committed Jan 8, 2024
1 parent 0877dd8 commit 6df65db
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ protected AerospikeSettings aerospikeSettings(AerospikeDataSettings dataSettings

// getHosts() return value has precedence over hosts parameter from application.properties
Collection<Host> hosts;
String hostsString;
if ((hosts = getHosts()) != null) {
connectionSettings.setHostsArray(hosts.toArray(new Host[0]));
} else if (!StringUtils.hasText(connectionSettings.getHosts())) {
Expand Down

0 comments on commit 6df65db

Please sign in to comment.