From 53a7566dcb7c0dd18cd17f84a3ba845bcd4216a1 Mon Sep 17 00:00:00 2001 From: abranson Date: Wed, 7 Sep 2011 15:41:24 +0200 Subject: Rollback to Java 1.6 compliance --- source/com/c2kernel/gui/MainFrame.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/com/c2kernel/gui/MainFrame.java') 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 getExecutionPlugins() { - JComboBox plugins = new JComboBox(); + public static JComboBox getExecutionPlugins() { + JComboBox plugins = new JComboBox(); // create execution selector Executor defaultExecutor = new DefaultExecutor(); plugins.addItem(defaultExecutor); -- cgit v1.2.3