Cleaner dependency injection for BootJavaLanguageServer

This commit is contained in:
Kris De Volder
2017-10-18 16:20:42 -07:00
parent 71dabb8d6c
commit 5ea32cf751
19 changed files with 388 additions and 268 deletions

View File

@@ -798,5 +798,4 @@ public class Editor {
this.selectionStart = this.selectionEnd = doc.toOffset(position);
}
}

View File

@@ -17,7 +17,6 @@ import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.fail;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.nio.charset.Charset;
import java.nio.file.Files;
@@ -613,4 +612,5 @@ public class LanguageServerHarness<S extends SimpleLanguageServer> {
public S getServer() {
return server;
}
}