Skip to content

Commit

Permalink
Fixed javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
patsonluk committed Oct 10, 2024
1 parent 75581e7 commit 7e2d8cb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ public void doGet(HttpServletRequest request, HttpServletResponse response)
ResultContext resultContext = new ResultContext(metrics);

AtomicInteger qTime = new AtomicInteger();
// callers might be invoked sequentially in the same thread as some of them might have
// dependencies on eachother
// callers should be invoked sequentially in the same thread there could be dependencies among
// them
for (MetricsApiCaller caller : callers) {
caller.call(qTime, resultContext, request);
}
Expand Down

0 comments on commit 7e2d8cb

Please sign in to comment.