Fix compiler warnings and polish

Fix various compiler warnings and apply a little polish.
This commit is contained in:
Phillip Webb
2019-04-24 14:33:18 -07:00
parent 4754386361
commit 1e44aba772
61 changed files with 212 additions and 125 deletions

View File

@@ -66,8 +66,6 @@ public class DevToolsWithLazyInitializationIntegrationTests {
private final ApplicationLauncher applicationLauncher;
private String[] args;
@Rule
public JvmLauncher javaLauncher = new JvmLauncher();