Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
Signed-off-by: yunfeiyanggzq <yunfeiyang@buaa.edu.cn>
  • Loading branch information
yunfeiyanggzq committed Aug 4, 2020
1 parent 3943abb commit e3cf998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void remove(Long flowId) {
}

/**
* add the current concurrency.
* put the current concurrency.
*/
public static void put(Long flowId, Integer nowCalls) {
NOW_CALLS_MAP.put(flowId, new AtomicInteger(nowCalls));
Expand Down

0 comments on commit e3cf998

Please sign in to comment.