Migrate restconf to MD-SAL APIs
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / java / org / opendaylight / controller / sal / restconf / impl / test / DummyRpcResult.java
index f03330e3c3c5aad87290d2d9f1438bb9ad51a6f6..184f5755fb1d96a404c0966f6ea149843ffbddeb 100644 (file)
@@ -65,9 +65,7 @@ public class DummyRpcResult<T> implements RpcResult<T> {
         }
 
         public RpcResult<T> build() {
-            return new DummyRpcResult<T>(this);
+            return new DummyRpcResult<>(this);
         }
-
     }
-
 }