Updated git submodules
authorTom Pantelis <tompantelis@gmail.com>
Fri, 27 Oct 2017 19:44:29 +0000 (15:44 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 30 Oct 2017 07:57:42 +0000 (07:57 +0000)
Project: infrautils master 12ec1270674b8349edb17b80946c5e1697f09f4d

INFRAUTILS-18: JobCoordinatorCounters should not be static

Changed JobCoordinatorCounters to a class wih AtomicLong fields.
Previously, it used OccurenceCounter internally which is essentially
an AtomicLong but has other fields which aren't used anywhere. In
addition, it internally stores each OccurenceCounter instance in a
static Set (ugh - more statics...). We don't need the added overhead
of OccurenceCounter.

Change-Id: I787500aec20215af5a14627af7be75cca03a61fa
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
docs/submodules/infrautils

index 1c530a5ec2b12a425b18684348059aa0951b7246..12ec1270674b8349edb17b80946c5e1697f09f4d 160000 (submodule)
@@ -1 +1 @@
-Subproject commit 1c530a5ec2b12a425b18684348059aa0951b7246
+Subproject commit 12ec1270674b8349edb17b80946c5e1697f09f4d