From 5b2384bd9cb930cb8b9d133235dd8de0312ff93b Mon Sep 17 00:00:00 2001 From: Stéphane Bégaudeau Date: Thu, 9 Mar 2017 10:01:39 +0100 Subject: [cleanup] Remove useless @SuppressWarnings Change-Id: Ib2ac9855538132f999fb1ec087ec2c5c3f66ea77 Signed-off-by: Stéphane Bégaudeau --- .../ui/legacy/internal/extension/impl/LegacyPropertyTabRegistry.java | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyTabRegistry.java b/plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyTabRegistry.java index 78f55707a..d53b7d187 100644 --- a/plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyTabRegistry.java +++ b/plugins/org.eclipse.eef.properties.ui.legacy/src/org/eclipse/eef/properties/ui/legacy/internal/extension/impl/LegacyPropertyTabRegistry.java @@ -104,7 +104,6 @@ public class LegacyPropertyTabRegistry implements IItemRegistry { * Property categories * @return Sorted list of tabs according to the afterTab attribute */ - @SuppressWarnings("cast") private List sortTabDescriptorsByAfterTab(List tabs, List propertyCategories) { if (tabs.size() == 0 || propertyCategories == null) { return tabs; -- cgit v1.2.3