Updated git submodules
authorMichael Vorburger <vorburger@redhat.com>
Wed, 12 Jul 2017 21:37:26 +0000 (03:07 +0530)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 29 Aug 2017 11:20:11 +0000 (11:20 +0000)
commitbea47dd229f8005661018ee2e236110691bdff07
tree3a0bca63288f3a176193cd669fa37a713cad386d
parent00e040d8087aa6e03567f2b638980eb402aea2ce
Updated git submodules

Project: genius master 478b1eca52ad84969ce4d0b3c358a98c6faa5f17

Remove DataStoreJobCoordinator enqueueJob(AbstractDataStoreJob job)

because when we moved genius.DJC to infrautils.JC we had concluded that
this method does not need to be exposes publicly, and (at the time) was
only used in 1 place (netvirt vpnmanager), which was adjusted in
https://git.opendaylight.org/gerrit/#/c/60264/.

Removing this method now makes it a bit easier to in the future either
try making genius.DJC delegate to infrautils.JC to avoid having this
code twice in the code base (which would require both of their API's to
be identical, o proposing to remove this method) or directly removing
it.

Change-Id: I689d8ead013262b78b9469d4b74f3272b3dd28a9
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
docs/submodules/genius