X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fmd-sal%2Fsal-binding-broker%2Fsrc%2Fmain%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fsal%2Fbinding%2Fcodegen%2Fimpl%2FRuntimeGeneratedInvokerPrototype.java;h=317268420f1ce1ffc44c620e60c087c75bd7cb78;hb=5ce59af75c7f53e05fccb55b6cf03350ab0eebac;hp=f16074845d457edbde86fcd5fb62b4a572f3027b;hpb=16fcdf1a2169bcee3c0c8c0966deab134713036f;p=controller.git diff --git a/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/codegen/impl/RuntimeGeneratedInvokerPrototype.java b/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/codegen/impl/RuntimeGeneratedInvokerPrototype.java index f16074845d..317268420f 100644 --- a/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/codegen/impl/RuntimeGeneratedInvokerPrototype.java +++ b/opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/codegen/impl/RuntimeGeneratedInvokerPrototype.java @@ -28,7 +28,7 @@ final class RuntimeGeneratedInvokerPrototype { return supportedNotifications; } - public Class> getProtoClass() { + public Class> getProtoClass() { return protoClass; }