File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
bundles/org.eclipse.jface/src/org/eclipse/jface/bindings Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -1182,12 +1182,11 @@ public TriggerSequence[] getActiveBindingsFor(final String commandId) {
11821182
11831183 /**
11841184 * A variation on {@link BindingManager#getActiveBindingsFor(String)} that
1185- * returns an array of bindings, rather than trigger sequences. This method
1186- * is needed for doing "best" calculations on the active bindings.
1185+ * returns an array of bindings, rather than trigger sequences. This method is
1186+ * needed for doing "best" calculations on the active bindings.
11871187 *
1188- * @param commandId
1189- * The identifier of the command for which the active bindings
1190- * should be retrieved; must not be <code>null</code>.
1188+ * @param command The command for which the active bindings should be retrieved;
1189+ * must not be <code>null</code>.
11911190 * @return The active bindings for the given command; this value may be
11921191 * <code>null</code> if there are no active bindings.
11931192 * @since 3.2
You can’t perform that action at this time.
0 commit comments