summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/gui/tabs/execution
diff options
context:
space:
mode:
authorabranson <andrew.branson@cern.ch>2011-09-07 15:41:24 +0200
committerabranson <andrew.branson@cern.ch>2011-09-07 15:41:24 +0200
commit53a7566dcb7c0dd18cd17f84a3ba845bcd4216a1 (patch)
treebeac3c6e0d13f8224872eb612aeda02c79cb546a /source/com/c2kernel/gui/tabs/execution
parent379ed8a0e133bee650e0acb24f6b743f657a50d0 (diff)
Rollback to Java 1.6 compliance
Diffstat (limited to 'source/com/c2kernel/gui/tabs/execution')
-rw-r--r--source/com/c2kernel/gui/tabs/execution/ActivityViewer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/gui/tabs/execution/ActivityViewer.java b/source/com/c2kernel/gui/tabs/execution/ActivityViewer.java
index 73e9612..707f311 100644
--- a/source/com/c2kernel/gui/tabs/execution/ActivityViewer.java
+++ b/source/com/c2kernel/gui/tabs/execution/ActivityViewer.java
@@ -43,7 +43,7 @@ public class ActivityViewer extends JPanel implements Runnable {
JLabel noOutcome = new JLabel(Language.translate("No outcome data is required for this activity"));
ExecutionPane parent;
JLabel status;
- JComboBox<Executor> executors;
+ JComboBox executors;
JButton saveButton = new JButton("Save");
JButton loadButton = new JButton("Load");
GridBagLayout gridbag = new GridBagLayout();