Bug 6163: fixed number of argument when resolving rpc input
[mdsal.git] / binding / yang-binding / src / main / java / org / opendaylight / yangtools / yang / binding / util / RpcMethodInvoker.java
index 466dfaf9b784a5d0f370440b522476f1ffe86f9d..69f4e6f4aea67b05c4448e22139d8d24b1d108d6 100644 (file)
@@ -35,6 +35,5 @@ abstract class RpcMethodInvoker {
         } catch (IllegalAccessException e) {
             throw new IllegalStateException("Lookup on public method failed.",e);
         }
-
     }
-}
+}
\ No newline at end of file