Skip to content

Commit cdbf4c7

Browse files
committed
Fix comments
1 parent 7de2100 commit cdbf4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/prebid/server/cache/BasicPbcStorageService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public BasicPbcStorageService(HttpClient httpClient,
4747
this.callTimeoutMs = callTimeoutMs;
4848
this.mapper = Objects.requireNonNull(mapper);
4949
this.clock = Objects.requireNonNull(clock);
50-
this.metrics = metrics;
50+
this.metrics = Objects.requireNonNull(metrics);
5151
}
5252

5353
@Override

0 commit comments

Comments
 (0)