Skip to content

Commit

Permalink
Update src/main/java/org/jabref/gui/fieldeditors/contextmenu/EditorMe…
Browse files Browse the repository at this point in the history
…nus.java
  • Loading branch information
koppor authored Oct 11, 2024
1 parent 98f1277 commit bc46f87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static Supplier<List<MenuItem>> getDOIMenu(TextField textField, DialogSer
/**
* The default context menu with a specific menu item to cleanup URL.
*
* @param textField text-area that this menu will be connected to
* @param textField text field that this menu will be connected to
* @return menu containing items of the default menu and an item to cleanup a URL
*/
public static Supplier<List<MenuItem>> getCleanupUrlMenu(TextField textField) {
Expand Down

0 comments on commit bc46f87

Please sign in to comment.