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