We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd817ef commit 0b2dcc3Copy full SHA for 0b2dcc3
org.eclipse.lsp4e/src/org/eclipse/lsp4e/LanguageClientImpl.java
@@ -0,0 +1,15 @@
1
+package org.eclipse.lsp4e;
2
+
3
+import org.eclipse.lsp4e.client.DefaultLanguageClient;
4
5
+/**
6
+ * This class is deprecated, and only present to avoid breaking
7
+ * existing code due to the refactor done to make the previous
8
+ * class officially available as API.
9
+ * <p>
10
+ * Use {@link DefaultLanguageClient} instead.
11
+ */
12
+@Deprecated(forRemoval = true)
13
+public class LanguageClientImpl extends DefaultLanguageClient {
14
15
+}
0 commit comments