Do not instantiate FluentIterable 30/13630/2
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)
commit54629feeca8fcad502cc8b2e8800b51f9b341315
tree927f5fc0102a0697f554cb279c1bcb1b0782d258
parent071d5e39ef0adb29b75374f8f01025b55afc1776
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