Fix the order in which the postprocessors run. (#1333)
This commit is contained in:
committed by
GitHub
parent
a292134b0f
commit
b1e8d6a08c
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user