Skip to content

Commit 973e19c

Browse files
committed
Revert change on static import
1 parent 15d5e7f commit 973e19c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

org.eclipse.lsp4e/src/org/eclipse/lsp4e/LSPEclipseUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*******************************************************************************/
2222
package org.eclipse.lsp4e;
2323

24-
import static org.eclipse.lsp4e.internal.NullSafetyHelper.*;
24+
import static org.eclipse.lsp4e.internal.NullSafetyHelper.castNonNull;
2525

2626
import java.io.ByteArrayInputStream;
2727
import java.io.ByteArrayOutputStream;

0 commit comments

Comments
 (0)