This is an automated email from the ASF dual-hosted git repository. jtulach pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-html4j.git
commit 98b478e3998344aa0e469b64d8cc8250683d0ef4 Author: Jaroslav Tulach <[email protected]> AuthorDate: Tue Sep 18 05:47:59 2018 +0200 Removing unused imports --- .../src/test/java/org/netbeans/html/context/spi/ContextsTest.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/context/src/test/java/org/netbeans/html/context/spi/ContextsTest.java b/context/src/test/java/org/netbeans/html/context/spi/ContextsTest.java index 59bbb79..36c9c4b 100644 --- a/context/src/test/java/org/netbeans/html/context/spi/ContextsTest.java +++ b/context/src/test/java/org/netbeans/html/context/spi/ContextsTest.java @@ -18,14 +18,8 @@ */ package org.netbeans.html.context.spi; -import javax.xml.ws.ServiceMode; -import net.java.html.BrwsrCtx; import org.openide.util.lookup.ServiceProvider; -import static org.testng.Assert.*; -import org.testng.annotations.AfterClass; -import org.testng.annotations.AfterMethod; -import org.testng.annotations.BeforeClass; -import org.testng.annotations.BeforeMethod; +import static org.testng.Assert.assertEquals; import org.testng.annotations.Test; /** --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
