diff options
Diffstat (limited to 'source/com/c2kernel/gui/MainFrame.java')
| -rw-r--r-- | source/com/c2kernel/gui/MainFrame.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/com/c2kernel/gui/MainFrame.java b/source/com/c2kernel/gui/MainFrame.java index 589e0b4..2e39d0d 100644 --- a/source/com/c2kernel/gui/MainFrame.java +++ b/source/com/c2kernel/gui/MainFrame.java @@ -269,8 +269,8 @@ public class MainFrame extends javax.swing.JFrame { getSplitPanel().validate();
}
- public static JComboBox<Executor> getExecutionPlugins() {
- JComboBox<Executor> plugins = new JComboBox<Executor>();
+ public static JComboBox getExecutionPlugins() {
+ JComboBox plugins = new JComboBox();
// create execution selector
Executor defaultExecutor = new DefaultExecutor();
plugins.addItem(defaultExecutor);
|
