Do not instantiate FluentIterable
authorRobert Varga <rovarga@cisco.com>
Sun, 14 Dec 2014 17:16:50 +0000 (18:16 +0100)
committerTony Tkacik <ttkacik@cisco.com>
Mon, 15 Dec 2014 09:18:00 +0000 (09:18 +0000)
commitd51e96ae646a86cd7e414c9584149f3a96381e54
tree22f086bb955b509eafc00b1b392b2d115dad302a
parent6c4b1284648b242abc8f17bf63b7f4538e64c741
Do not instantiate FluentIterable

We are performing an immediate transformation of the iterrable.
Instead of that we can immediately use Collections2.transform(), saving
an object.

Change-Id: Ie943a0a79e04713427bf6470e06d921412ebb179
Signed-off-by: Robert Varga <rovarga@cisco.com>
opendaylight/md-sal/sal-binding-broker/src/main/java/org/opendaylight/controller/sal/binding/impl/connect/dom/DomToBindingRpcForwarder.java