Skip to content

Commit f1f0469

Browse files
committed
Fixup : testing and resolving Test and CI errors
1 parent 9022be6 commit f1f0469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.eclipse.ui.workbench/eclipseui/org/eclipse/ui/internal/keys/BindingPersistence.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ private static final void readBindingsFromPreferences(final IMemento preferences
519519
* @param commandService The command service for the workbench; must
520520
* not be <code>null</code>.
521521
*/
522-
@SuppressWarnings("removal")
522+
523523
private static final void readBindingsFromRegistry(final IConfigurationElement[] configurationElements,
524524
final int configurationElementCount, final BindingManager bindingManager,
525525
final CommandManager commandService) {

0 commit comments

Comments
 (0)