Fix the order in which the postprocessors run. (#1333)

This commit is contained in:
Olga Maciaszek-Sharma
2024-02-08 14:35:20 +01:00
committed by GitHub
parent a292134b0f
commit b1e8d6a08c
3 changed files with 15 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2023 the original author or authors.
* Copyright 2012-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ import static org.mockito.Mockito.when;
import static org.springframework.cloud.loadbalancer.core.LoadBalancerTestUtils.buildLoadBalancerClientFactory;
/**
* Tests for {@link SubsetServiceInstanceListSupplier}
* Tests for {@link SubsetServiceInstanceListSupplier}.
*
* @author Zhuozhi Ji
*/