~damien/jedit-lsp

83379fb5edaa104e06fa7e55091edf2d0438daf1 — Damien Radtke 1 year, 1 month ago 83b9ba8
Use default executor service
1 files changed, 1 insertions(+), 1 deletions(-)

M lsp/Server.java
M lsp/Server.java => lsp/Server.java +1 -1
@@ 173,7 173,7 @@ public class Server {
						this.client,
						process.getOutput(),
						process.getInput(),
						Executors.newCachedThreadPool(),
						null,
						new MessageWrapper()
					);
					Future<Void> serverDone = this.handle.startListening(); // ???: wait on the returned future?