|
@@ -12,11 +12,9 @@ public class OverallAddressSource implements AddressSource {
|
|
|
@Value("${4dkk.overallService.basePath}")
|
|
|
private String basePath;
|
|
|
|
|
|
- @Value("${4dkk.overallService.port}")
|
|
|
- private String port;
|
|
|
|
|
|
@Override
|
|
|
public ForestAddress getAddress(ForestRequest forestRequest) {
|
|
|
- return new ForestAddress("","",Integer.valueOf(port),basePath);
|
|
|
+ return new ForestAddress("","",null,basePath);
|
|
|
}
|
|
|
}
|