Eliminate useless allocation 73/89373/2
authorRobert Varga <robert.varga@pantheon.tech>
Sat, 25 Apr 2020 14:03:33 +0000 (16:03 +0200)
committerRobert Varga <nite@hq.sk>
Sat, 25 Apr 2020 20:15:57 +0000 (20:15 +0000)
commit433817a40cd93b408afca7dea4e99ba701fbc8c9
tree3811485b2d77f89caef9b7a1eff63e403e380c1c
parentb3290906d9a61c317e7b239aca0634a991a056dd
Eliminate useless allocation

For some reason we are going through an indirection instead of
getting the modules directly. Fix that.

Change-Id: Id49d5db3501dae6cb5368599f4f8c7855115a962
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
restconf/restconf-nb-rfc8040/src/main/java/org/opendaylight/restconf/nb/rfc8040/services/simple/impl/RestconfOperationsServiceImpl.java