Skip to content

Commit 8d8ac6d

Browse files
Running mvn spotless:apply.
Signed-off-by: Andrija Perovic <andrija.perovic@sap.com>
1 parent 8263ef4 commit 8d8ac6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

storage/connectors/redis/src/main/java/feast/storage/connectors/redis/retriever/RedisClusterClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public static MappingSocketAddressResolver customSocketAddressResolver(
9797

9898
return MappingSocketAddressResolver.create(
9999
DnsResolvers.UNRESOLVED,
100-
hostAndPort ->
100+
hostAndPort ->
101101
mapAddressHost.keySet().stream().anyMatch(i -> i.equals(hostAndPort.getHostText()))
102102
? hostAndPort.of(
103103
mapAddressHost.get(hostAndPort.getHostText()), hostAndPort.getPort())

0 commit comments

Comments
 (0)