We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9022be6 commit f1f0469Copy full SHA for f1f0469
bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/keys/BindingPersistence.java
@@ -519,7 +519,7 @@ private static final void readBindingsFromPreferences(final IMemento preferences
519
* @param commandService The command service for the workbench; must
520
* not be <code>null</code>.
521
*/
522
- @SuppressWarnings("removal")
+
523
private static final void readBindingsFromRegistry(final IConfigurationElement[] configurationElements,
524
final int configurationElementCount, final BindingManager bindingManager,
525
final CommandManager commandService) {
0 commit comments