Deprecate messagebus for removal
[controller.git] / opendaylight / md-sal / messagebus-util / src / test / java / org / opendaylight / controller / messagebus / app / util / UtilTest.java
index a06b793e48c8ad5df96bc78b9e6a9142a2eac1a4..49a994c4313e7ee62e5f2f7e549201fc267360a4 100644 (file)
@@ -24,6 +24,7 @@ import org.opendaylight.yangtools.yang.model.api.SchemaPath;
  *
  * @author ppalmar
  */
+@Deprecated(forRemoval = true)
 public class UtilTest {
 
     @Test
@@ -45,7 +46,7 @@ public class UtilTest {
     }
 
     @Test
-    public void testExpandQname() throws Exception {
+    public void testExpandQname() {
         // match no path because the list of the allowed paths is empty
         {
             final List<SchemaPath> paths = new ArrayList<>();