Skip to content

Commit

Permalink
Fix checkstyle violation
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Feb 4, 2020
1 parent 68acc41 commit d85bdfb
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -144,7 +144,8 @@ private void record(TimingContext timingContext, HttpServletRequest request, Htt
Builder builder = this.autoTimer.builder(this.metricName);
timerSample.stop(getTimer(builder, handler, request, response, exception));
}
} else {
}
else {
for (Timed annotation : annotations) {
Builder builder = Timer.builder(annotation, this.metricName);
timerSample.stop(getTimer(builder, handler, request, response, exception));
Expand Down

0 comments on commit d85bdfb

Please sign in to comment.