We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d5e7f commit 973e19cCopy full SHA for 973e19c
1 file changed
org.eclipse.lsp4e/src/org/eclipse/lsp4e/LSPEclipseUtils.java
@@ -21,7 +21,7 @@
21
*******************************************************************************/
22
package org.eclipse.lsp4e;
23
24
-import static org.eclipse.lsp4e.internal.NullSafetyHelper.*;
+import static org.eclipse.lsp4e.internal.NullSafetyHelper.castNonNull;
25
26
import java.io.ByteArrayInputStream;
27
import java.io.ByteArrayOutputStream;
0 commit comments