Skip to content

Commit 0b2dcc3

Browse files
committed
refact: mark the old LanguageClientImpl as deprecated for removal
1 parent cd817ef commit 0b2dcc3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)