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

Removed unnecessary SuppressWarnings({"restriction"})

This commit is contained in:
John Cortell 2009-09-10 20:41:35 +00:00
parent c325649db1
commit 64a0f77faf

View file

@ -77,7 +77,6 @@ import org.eclipse.debug.ui.sourcelookup.ISourceDisplay;
* IDMContext.getAdapter() methods.
*/
@ThreadSafe
@SuppressWarnings({"restriction"})
public class GdbAdapterFactory
implements IAdapterFactory, ILaunchesListener2
{