Skip to content

Commit 60a8a9c

Browse files
danthe1stiloveeclipse
authored andcommitted
Fix invalid parameter name in BindingManager#getActiveBindingsFor1
Javadoc
1 parent db4295a commit 60a8a9c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/BindingManager.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)