commit | ad33c2671c7a2aa08ed50eb6cfac6878150aa4a9 | [log] [tgz] |
---|---|---|
author | mgorning <mgorning> | Wed Aug 25 13:09:37 2010 +0000 |
committer | mgorning <mgorning> | Wed Aug 25 13:09:37 2010 +0000 |
tree | 8b0802ee4ac2bb45ac442bdbf14909ccbc4ca32c | |
parent | ebc246177c99b8d9b39713af33f23230e4de3e5b [diff] |
remove warnings
diff --git a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/GFOtherTests.java b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/GFOtherTests.java index a683745..52eac55 100644 --- a/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/GFOtherTests.java +++ b/tests/org.eclipse.graphiti.bot.tests/src/org/eclipse/graphiti/bot/tests/GFOtherTests.java
@@ -829,11 +829,11 @@ @Test public void testPopupMenu() { - List content = new ArrayList(); + List<Object> content = new ArrayList<Object>(); content.add("One"); content.add("Two"); ILabelProvider labelProvider = new LabelProvider(); - List subContent = new ArrayList(); + List<Object> subContent = new ArrayList<Object>(); subContent.add("More1"); subContent.add("More2"); subContent.add("More3");