1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 02:06:01 +02:00

Removed unnecessary SuppressWarnings.

This commit is contained in:
Pawel Piech 2009-03-12 18:39:21 +00:00
parent 3ab9cc8beb
commit 3b68c43a8f

View file

@ -90,7 +90,6 @@ import org.eclipse.ui.progress.WorkbenchJob;
import org.eclipse.ui.texteditor.IUpdate; import org.eclipse.ui.texteditor.IUpdate;
import org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds; import org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds;
@SuppressWarnings("restriction")
public class NumberFormatDetailPane implements IDetailPane, IAdaptable, IPropertyChangeListener { public class NumberFormatDetailPane implements IDetailPane, IAdaptable, IPropertyChangeListener {
/** /**