Type error

This commit is contained in:
Nicolas Héron 2020-07-19 18:50:15 +02:00
commit 618b180451

View file

@ -77,7 +77,7 @@ public class KieServiceCommon {
@Value("${server.port}")
private int serverPort;
@Value("${runtime.port=-1}")
@Value("${runtime.port:-1}")
private int runtimePort;
@Value("${runtime.server:none}")