Fix compilation problem with older lsp4e api

This commit is contained in:
Kris De Volder
2018-02-01 14:13:44 -08:00
parent d53158c7c7
commit f8f2534597

View File

@@ -101,7 +101,7 @@ public class STS4LanguageServerProcessStreamConnector extends ProcessStreamConne
return super.getErrorStream();
}
@Override
//@Override Don't put the @Override to allow compiling with older lps4e api
public InputStream getErrorStream() {
// lsp4e doesn't do anything with it. So don't pass it on. (Once they do start reading it it might actually break us otherwise)
return null;