Skip to content

Commit

Permalink
Make the getCommandDescriptions method in MaMuT view public.
Browse files Browse the repository at this point in the history
  • Loading branch information
tinevez committed Jun 12, 2024
1 parent 0480fca commit 6d83187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/mastodon/mamut/MamutViews.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public < T extends MamutViewI > MamutViewFactory< T > getFactory( final Class< T
return ( MamutViewFactory< T > ) factories.get( klass );
}

CommandDescriptionProvider getCommandDescriptions()
public CommandDescriptionProvider getCommandDescriptions()
{
return new CommandDescriptionProvider( KeyConfigScopes.MAMUT, KeyConfigContexts.MASTODON )
{
Expand Down

0 comments on commit 6d83187

Please sign in to comment.