Skip to content

Commit

Permalink
fix: update bundle name in LspEditorUiMessages (eclipse-cdt#288)
Browse files Browse the repository at this point in the history
due to the clangd API refactoring the hosting package name has changed.
  • Loading branch information
ghentschke authored Mar 5, 2024
1 parent 0b3b624 commit 79b8546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.eclipse.osgi.util.NLS;

public class LspEditorUiMessages extends NLS {
private static final String BUNDLE_NAME = "org.eclipse.cdt.lsp.internal.clangd.editor.LspEditorUiMessages"; //$NON-NLS-1$
private static final String BUNDLE_NAME = "org.eclipse.cdt.lsp.clangd.internal.ui.LspEditorUiMessages"; //$NON-NLS-1$

static {
// initialize resource bundle
Expand Down

0 comments on commit 79b8546

Please sign in to comment.