This commit is contained in:
BoykoAlex
2017-08-04 11:32:31 -04:00
parent 481175b044
commit 5a264d14d5

View File

@@ -125,12 +125,6 @@ export class JarLanguageClient extends AutoLanguageClient {
})
}
// createRpcConnection(process) {
// let connection = super.createRpcConnection(process);
// connection.trace(rpc.Trace.Messages, console);
// return connection;
// }
findJavaExecutable(binname) {
binname = this.correctBinname(binname);