summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/ServerInstanceEditor.java
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-08-30 02:29:21 +0200
committerJose <jose@zeroc.com>2012-08-30 02:29:21 +0200
commit59f7dc2cff82f159ee8c8ab85267f0e224f3b9f7 (patch)
tree5d287d48584c61694889958da4c5d8318eb6fa54 /java/src/IceGridGUI/Application/ServerInstanceEditor.java
parentMinor fixes (diff)
downloadice-59f7dc2cff82f159ee8c8ab85267f0e224f3b9f7.tar.bz2
ice-59f7dc2cff82f159ee8c8ab85267f0e224f3b9f7.tar.xz
ice-59f7dc2cff82f159ee8c8ab85267f0e224f3b9f7.zip
FIX Java 7 warnings
Diffstat (limited to 'java/src/IceGridGUI/Application/ServerInstanceEditor.java')
-rw-r--r--java/src/IceGridGUI/Application/ServerInstanceEditor.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/IceGridGUI/Application/ServerInstanceEditor.java b/java/src/IceGridGUI/Application/ServerInstanceEditor.java
index 5e686d4c123..bdd27c7d21c 100644
--- a/java/src/IceGridGUI/Application/ServerInstanceEditor.java
+++ b/java/src/IceGridGUI/Application/ServerInstanceEditor.java
@@ -215,7 +215,7 @@ class ServerInstanceEditor extends AbstractServerEditor
}
}
- private JComboBox _template = new JComboBox();
+ private JComboBox<Object> _template = new JComboBox<Object>();
private JButton _templateButton;
private ParameterValuesField _parameters;