Skip to content

Commit

Permalink
refact: make LSPEclipseUtils.HTTP private
Browse files Browse the repository at this point in the history
  • Loading branch information
sebthom committed Jan 15, 2025
1 parent 59dd7a0 commit 6c51528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
public final class LSPEclipseUtils {

private static final String DEFAULT_LABEL = "LSP Workspace Edit"; //$NON-NLS-1$
public static final String HTTP = "http"; //$NON-NLS-1$
private static final String HTTP = "http"; //$NON-NLS-1$
public static final String INTRO_URL = "http://org.eclipse.ui.intro"; //$NON-NLS-1$
public static final String FILE_URI = "file://"; //$NON-NLS-1$

Expand Down

0 comments on commit 6c51528

Please sign in to comment.