Adds comment

This commit is contained in:
spencergibb
2024-11-05 15:09:53 -05:00
parent 922208133a
commit 1ce62e8053

View File

@@ -24,6 +24,9 @@ import org.springframework.web.client.RestTemplate;
*/
public class TestLoadBalancedClient extends TestServiceRestClient {
/**
* Shared base path.
*/
public static final String BASE_PATH = new WebEndpointProperties().getBasePath();
private final String thisAppName;