File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/com/rabbitmq/model/observation/micrometer Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 18
18
package com .rabbitmq .model .observation .micrometer ;
19
19
20
20
import com .rabbitmq .model .ObservationCollector ;
21
+ import edu .umd .cs .findbugs .annotations .SuppressFBWarnings ;
21
22
import io .micrometer .observation .ObservationRegistry ;
22
23
23
24
public class MicrometerObservationCollectorBuilder {
@@ -30,6 +31,7 @@ public class MicrometerObservationCollectorBuilder {
30
31
private DeliverObservationConvention defaultProcessConvention =
31
32
new DefaultProcessObservationConvention ();
32
33
34
+ @ SuppressFBWarnings ("EI_EXPOSE_REP2" )
33
35
public MicrometerObservationCollectorBuilder registry (ObservationRegistry registry ) {
34
36
this .registry = registry ;
35
37
return this ;
You can’t perform that action at this time.
0 commit comments