Move test code out of "test" package
[nikiroo-utils.git] / src / be / nikiroo / utils / test / TestLauncher.java
index 3741e976a54dada71bb9fa37f3fa7a07f5e5cafa..9b841a4a79a4da6a775697457b6384744f6fdd53 100644 (file)
@@ -96,7 +96,6 @@ public class TestLauncher {
         * @throws Exception
         *             in case of error
         */
-       @SuppressWarnings("unused")
        protected void start() throws Exception {
        }
 
@@ -106,7 +105,6 @@ public class TestLauncher {
         * @throws Exception
         *             in case of error
         */
-       @SuppressWarnings("unused")
        protected void stop() throws Exception {
        }