BUG-650: ResolveDataChangeState.inheritedOne should be a Collection 15/10915/1
authorRobert Varga <rovarga@cisco.com>
Mon, 8 Sep 2014 17:20:56 +0000 (19:20 +0200)
committerRobert Varga <rovarga@cisco.com>
Mon, 8 Sep 2014 17:22:23 +0000 (19:22 +0200)
There is no need to demote this to Iterable just to then use
Iterables.isEmpty(), as we are always initializing it with a collection,
which has a quick isEmpty() method. Also promote its order before
interitedSub, so the slow path can be faster a bit.

Change-Id: Ic536e2420cfae98941ec638510c98ec3a8230c09
Signed-off-by: Robert Varga <rovarga@cisco.com>

No differences found