Committed by
Gerrit Code Review
Use allocateNextId when building new NextObjective
In order to avoid nextId collisions, all users of the flow objective service should use the provided allocateNextId() method when constructing new NextObjectives. I found one instance where this was not the case: CordMcast. Solution: removed private id generator from CordMacst and replaced it with allocateNextId. Change-Id: I134931b58c524291ae937dd6f0051ee549236734
Showing
1 changed file
with
1 additions
and
9 deletions
-
Please register or login to post a comment