| Index: editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ManageLaunchesAction.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ManageLaunchesAction.java (revision 3372)
|
| +++ editor/tools/plugins/com.google.dart.tools.debug.ui/src/com/google/dart/tools/debug/ui/launch/ManageLaunchesAction.java (working copy)
|
| @@ -25,6 +25,7 @@
|
| /**
|
| * An action to open the manage launch configurations dialog.
|
| */
|
| +@SuppressWarnings("restriction")
|
| public class ManageLaunchesAction extends AbstractInstrumentedAction {
|
| private IWorkbenchWindow window;
|
|
|
|
|