Skip to content

Commit

Permalink
NPE
Browse files Browse the repository at this point in the history
  • Loading branch information
parg committed Nov 20, 2024
1 parent 3636bc1 commit dd6177f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uis/src/com/biglybt/ui/swt/views/PeersViewBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -1521,7 +1521,7 @@ public void runSupport()
String sColumnName,
Menu menu )
{
fillMenu( menu, tv, shell, null );
fillMenu( menu, tv, shell, Collections.emptyList());

new MenuItem (menu, SWT.SEPARATOR);
}
Expand Down

0 comments on commit dd6177f

Please sign in to comment.