unused imports
authorLukas Jungmann <jungi@netbeans.org>
Sun, 01 Jan 2012 17:51:00 +0100
changeset 17720495b4b739dd1
parent 17719 58431eb125a1
child 17721 ab0b68a09c6d
unused imports
testng/src/org/netbeans/modules/contrib/testng/actions/RunSuiteAction.java
     1.1 --- a/testng/src/org/netbeans/modules/contrib/testng/actions/RunSuiteAction.java	Sun Jan 01 17:46:36 2012 +0100
     1.2 +++ b/testng/src/org/netbeans/modules/contrib/testng/actions/RunSuiteAction.java	Sun Jan 01 17:51:00 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
     1.6   *
     1.7 - * Copyright 2011 Oracle and/or its affiliates. All rights reserved.
     1.8 + * Copyright 2011-2012 Oracle and/or its affiliates. All rights reserved.
     1.9   *
    1.10   * Oracle and Java are registered trademarks of Oracle and/or its affiliates.
    1.11   * Other names may be trademarks of their respective owners.
    1.12 @@ -42,11 +42,8 @@
    1.13  package org.netbeans.modules.contrib.testng.actions;
    1.14  
    1.15  import java.io.IOException;
    1.16 -import java.util.Arrays;
    1.17  import java.util.logging.Level;
    1.18  import java.util.logging.Logger;
    1.19 -import javax.swing.JEditorPane;
    1.20 -import org.netbeans.api.java.source.JavaSource;
    1.21  import org.netbeans.api.project.FileOwnerQuery;
    1.22  import org.netbeans.api.project.Project;
    1.23  import org.netbeans.modules.contrib.testng.api.TestNGSupport;
    1.24 @@ -57,7 +54,6 @@
    1.25  import org.openide.awt.ActionReference;
    1.26  import org.openide.awt.ActionReferences;
    1.27  import org.openide.awt.ActionRegistration;
    1.28 -import org.openide.cookies.EditorCookie;
    1.29  import org.openide.filesystems.FileObject;
    1.30  import org.openide.loaders.DataObject;
    1.31  import org.openide.nodes.Node;