Skip to content

Commit 559cf1a

Browse files
committed
CommandFinderPanel: remove unused private field
1 parent e06750c commit 559cf1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/org/scijava/ui/swing/commands/CommandFinderPanel.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,11 @@ public class CommandFinderPanel extends JPanel implements ActionListener,
8686
protected final JTable commandsList;
8787
protected final CommandTableModel tableModel;
8888

89-
private final String baseDir;
9089
private final List<ModuleInfo> commands;
9190

9291
public CommandFinderPanel(final ModuleService moduleService,
9392
final String baseDir)
9493
{
95-
this.baseDir = baseDir;
9694
commands = buildCommands(moduleService);
9795

9896
setPreferredSize(new Dimension(800, 600));

0 commit comments

Comments
 (0)