Remove unneeded check 40/73840/3
authorRobert Varga <robert.varga@pantheon.tech>
Mon, 9 Jul 2018 10:53:50 +0000 (12:53 +0200)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 10 Jul 2018 16:02:24 +0000 (18:02 +0200)
commit6706306c7894fc7400934768ef86fb55a46e1b87
tree4da7d4abe84531c0eaf520bc62c4cb70db84b1f8
parentaa8e89f18722ac97ca2df519004469a06c709c23
Remove unneeded check

The size of the collection is checked before we allocate
the transaction, hence conditional commit does not make sense.

Change-Id: Iada5db72f2fcf51528c8b1791f2b5ae9d7f51c6a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
netconf/callhome-provider/src/main/java/org/opendaylight/netconf/callhome/mount/IetfZeroTouchCallHomeServerProvider.java