Skip to content

Commit 6167560

Browse files
committed
Bumping versions
1 parent ba1a067 commit 6167560

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-cloud-kubernetes-fabric8-discovery/src/main/java/org/springframework/cloud/kubernetes/fabric8/discovery/Fabric8KubernetesDiscoveryClientUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ static LinkedHashMap<String, Integer> endpointSubsetPortsData(EndpointSubset end
293293
List<EndpointPort> endpointPorts = endpointSubset.getPorts();
294294

295295
// this is most probably not a needed if statement, but it preserves the
296-
// previous logic before I refactored the code. In particular, this takes care of the fact
296+
// previous logic before I refactored the code. In particular, this takes care of
297+
// the fact
297298
// that an EndpointsPort name could be missing.
298299
if (endpointPorts.size() == 1) {
299300
result.put(endpointPorts.get(0).getName(), endpointPorts.get(0).getPort());

0 commit comments

Comments
 (0)