Browse Source

SONAR-13972 Remove 'sonar.search.httpPort' property

tags/8.6.0.39681
Michal Duda 3 years ago
parent
commit
a8820c6601

+ 0
- 1
server/sonar-main/src/test/java/org/sonar/application/SchedulerImplTest.java View File

@@ -85,7 +85,6 @@ public class SchedulerImplTest {
private JavaCommand ceCommand;

private final AppReloader appReloader = mock(AppReloader.class);
// private TestAppSettings settings = new TestAppSettings();
private final TestCommandFactory javaCommandFactory = new TestCommandFactory();
private final TestProcessLauncher processLauncher = new TestProcessLauncher();
private final TestAppState appState = new TestAppState();

Loading…
Cancel
Save