add a todo
This commit is contained in:
parent
948bd29f25
commit
408d511b1b
|
@ -200,6 +200,7 @@ public class ScenarioResultCollector extends AbstractDataCollector {
|
|||
Map<Integer, BehaviorStatusCodeResult> detailStatusMap = this.detailMap
|
||||
.get(behaviorResult.getBehaviorId());
|
||||
|
||||
// TODO: there's a problem about concurrency
|
||||
if (!detailStatusMap.containsKey(behaviorResult.getStatusCode())) {
|
||||
detailStatusMap.put(
|
||||
new Integer(behaviorResult.getStatusCode()),
|
||||
|
|
Loading…
Reference in New Issue