Skip to content

Commit

Permalink
add missing javadoc return description
Browse files Browse the repository at this point in the history
  • Loading branch information
elsazac authored and akurtakov committed Jan 5, 2024
1 parent f1d24a6 commit 8708899
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,8 @@ private void installKeybinding(String bindingContextId, String keysequence, MCom
/**
* @param bindingContexts
* @param bindingContextId
* @return
* @return Binding Context matching the input string
* <code>bindingContextId</code>, <code>null</code> if no match found
*/
private MBindingContext findBindingContext(List<MBindingContext> bindingContexts, String bindingContextId) {
for (MBindingContext bc : bindingContexts) {
Expand Down

0 comments on commit 8708899

Please sign in to comment.