mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-12 10:45:37 +02:00
Removed unnecessary SuppressWarnings({"restriction"})
This commit is contained in:
parent
c325649db1
commit
64a0f77faf
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ import org.eclipse.debug.ui.sourcelookup.ISourceDisplay;
|
||||||
* IDMContext.getAdapter() methods.
|
* IDMContext.getAdapter() methods.
|
||||||
*/
|
*/
|
||||||
@ThreadSafe
|
@ThreadSafe
|
||||||
@SuppressWarnings({"restriction"})
|
|
||||||
public class GdbAdapterFactory
|
public class GdbAdapterFactory
|
||||||
implements IAdapterFactory, ILaunchesListener2
|
implements IAdapterFactory, ILaunchesListener2
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue